Files
Epicnabbo-Catalogus-Updated…/Optimized Atomcms daily updated/bootstrap/cache/config.php
T
2025-11-25 22:42:56 +01:00

1626 lines
41 KiB
PHP

<?php return array (
'concurrency' =>
array (
'default' => 'process',
),
'broadcasting' =>
array (
'default' => 'null',
'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',
),
),
),
'app' =>
array (
'name' => 'EpicNabbo',
'env' => 'production',
'debug' => false,
'url' => 'https://epicnabbo.nl',
'frontend_url' => 'http://localhost:3000',
'asset_url' => NULL,
'timezone' => 'UTC',
'locale' => 'nl',
'fallback_locale' => 'en',
'faker_locale' => 'en_US',
'cipher' => 'AES-256-CBC',
'key' => 'base64:bKy6QeJF3VtFpUtRNCiem38p7eqMxy4DvZRWBwcpG58=',
'previous_keys' =>
array (
),
'maintenance' =>
array (
'driver' => 'file',
),
'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\\Cookie\\CookieServiceProvider',
6 => 'Illuminate\\Database\\DatabaseServiceProvider',
7 => 'Illuminate\\Encryption\\EncryptionServiceProvider',
8 => 'Illuminate\\Filesystem\\FilesystemServiceProvider',
9 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider',
10 => 'Illuminate\\Hashing\\HashServiceProvider',
11 => 'Illuminate\\Mail\\MailServiceProvider',
12 => 'Illuminate\\Notifications\\NotificationServiceProvider',
13 => 'Illuminate\\Pagination\\PaginationServiceProvider',
14 => 'Illuminate\\Pipeline\\PipelineServiceProvider',
15 => 'Illuminate\\Queue\\QueueServiceProvider',
16 => 'Illuminate\\Redis\\RedisServiceProvider',
17 => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider',
18 => 'Illuminate\\Session\\SessionServiceProvider',
19 => 'Illuminate\\Translation\\TranslationServiceProvider',
20 => 'Illuminate\\Validation\\ValidationServiceProvider',
21 => 'Illuminate\\View\\ViewServiceProvider',
22 => 'App\\Providers\\AppServiceProvider',
23 => 'App\\Providers\\EventServiceProvider',
24 => 'App\\Providers\\RouteServiceProvider',
25 => 'Laravel\\Horizon\\HorizonServiceProvider',
),
'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',
'Activity' => 'Spatie\\Activitylog\\Facades\\Activity',
),
),
'auth' =>
array (
'defaults' =>
array (
'guard' => 'web',
'passwords' => 'users',
),
'guards' =>
array (
'web' =>
array (
'driver' => 'session',
'provider' => 'users',
),
'sanctum' =>
array (
'driver' => 'sanctum',
'provider' => NULL,
),
),
'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' => 'redis',
'stores' =>
array (
'array' =>
array (
'driver' => 'array',
'serialize' => false,
),
'session' =>
array (
'driver' => 'session',
'key' => '_cache',
),
'database' =>
array (
'driver' => 'database',
'table' => 'cache',
'connection' => NULL,
'lock_connection' => NULL,
),
'file' =>
array (
'driver' => 'file',
'path' => '/var/www/atomcms/storage/framework/cache/data',
),
'memcached' =>
array (
'driver' => 'memcached',
'persistent_id' => NULL,
'sasl' =>
array (
0 => NULL,
1 => NULL,
),
'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',
),
),
'apc' =>
array (
'driver' => 'apc',
),
),
'prefix' => 'epicnabbo_cache_',
),
'cors' =>
array (
'paths' =>
array (
0 => 'api/*',
1 => 'sanctum/csrf-cookie',
),
'allowed_methods' =>
array (
0 => 'GET',
1 => 'POST',
2 => 'PUT',
3 => 'PATCH',
4 => 'DELETE',
5 => 'OPTIONS',
),
'allowed_origins' =>
array (
0 => 'https://epicnabbo.nl',
),
'allowed_origins_patterns' =>
array (
),
'allowed_headers' =>
array (
0 => 'Content-Type',
1 => 'X-Requested-With',
2 => 'Authorization',
),
'exposed_headers' =>
array (
),
'max_age' => 86400,
'supports_credentials' => true,
),
'database' =>
array (
'default' => 'mysql',
'connections' =>
array (
'sqlite' =>
array (
'driver' => 'sqlite',
'database' => 'habbo',
'prefix' => '',
'foreign_key_constraints' => true,
),
'mysql' =>
array (
'driver' => 'mysql',
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'habbo',
'username' => 'cms',
'password' => '@19Poede96',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'strict' => true,
'engine' => NULL,
),
'mariadb' =>
array (
'driver' => 'mariadb',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'habbo',
'username' => 'cms',
'password' => '@19Poede96',
'unix_socket' => '',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
'engine' => NULL,
'options' =>
array (
),
),
'pgsql' =>
array (
'driver' => 'pgsql',
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'habbo',
'username' => 'cms',
'password' => '@19Poede96',
'charset' => 'utf8',
'prefix' => '',
'search_path' => 'public',
'sslmode' => 'prefer',
),
'sqlsrv' =>
array (
'driver' => 'sqlsrv',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'habbo',
'username' => 'cms',
'password' => '@19Poede96',
'charset' => 'utf8mb4',
'prefix' => '',
'prefix_indexes' => true,
),
),
'migrations' =>
array (
'table' => 'migrations',
'update_date_on_publish' => true,
),
'redis' =>
array (
'client' => 'phpredis',
'options' =>
array (
'cluster' => 'redis',
'prefix' => 'atom_cache_',
),
'default' =>
array (
'host' => '127.0.0.1',
'password' => '@19Poede96',
'port' => '6379',
'database' => '0',
),
'cache' =>
array (
'host' => '127.0.0.1',
'password' => '@19Poede96',
'port' => '6379',
'database' => '1',
),
'horizon' =>
array (
'host' => '127.0.0.1',
'password' => '@19Poede96',
'port' => '6379',
'database' => '0',
'options' =>
array (
'prefix' => 'epicnabbo_horizon:',
),
),
),
),
'filesystems' =>
array (
'default' => 'local',
'disks' =>
array (
'local' =>
array (
'driver' => 'local',
'root' => '/var/www/atomcms/storage/app',
'throw' => false,
),
'public' =>
array (
'driver' => 'local',
'root' => '/var/www/atomcms/storage/app/public',
'url' => 'https://epicnabbo.nl/storage',
'visibility' => 'public',
'throw' => false,
),
's3' =>
array (
'driver' => 's3',
'key' => NULL,
'secret' => NULL,
'region' => NULL,
'bucket' => NULL,
'url' => NULL,
'endpoint' => NULL,
'use_path_style_endpoint' => false,
'throw' => false,
),
'badges' =>
array (
'driver' => 'local',
'root' => '/var/www/Gamedata/c_images/album1584',
),
'ads' =>
array (
'driver' => 'local',
'root' => '/var/www/gamedata/custom',
),
),
'links' =>
array (
'/var/www/atomcms/public/storage' => '/var/www/atomcms/storage/app/public',
),
),
'fortify-options' =>
array (
'two-factor-authentication' =>
array (
'confirm' => true,
'confirmPassword' => true,
),
),
'fortify' =>
array (
'guard' => 'web',
'middleware' =>
array (
0 => 'web',
1 => 'maintenance',
2 => 'check.ban',
),
'auth_middleware' => 'auth',
'passwords' => 'users',
'username' => 'username',
'email' => 'email',
'views' => true,
'home' => '/user/me',
'prefix' => '',
'domain' => NULL,
'lowercase_usernames' => false,
'limiters' =>
array (
'login' => 'login',
'two-factor' => 'two-factor',
),
'paths' =>
array (
'login' => NULL,
'logout' => NULL,
'password' =>
array (
'request' => NULL,
'reset' => NULL,
'email' => NULL,
'update' => NULL,
'confirm' => NULL,
'confirmation' => NULL,
),
'register' => NULL,
'verification' =>
array (
'notice' => NULL,
'verify' => NULL,
'send' => NULL,
),
'user-profile-information' =>
array (
'update' => NULL,
),
'user-password' =>
array (
'update' => NULL,
),
'two-factor' =>
array (
'login' => NULL,
'enable' => NULL,
'confirm' => NULL,
'disable' => NULL,
'qr-code' => NULL,
'secret-key' => NULL,
'recovery-codes' => NULL,
),
),
'redirects' =>
array (
'login' => NULL,
'logout' => NULL,
'password-confirmation' => NULL,
'register' => NULL,
'email-verification' => NULL,
'password-reset' => NULL,
),
'features' =>
array (
0 => 'registration',
1 => 'two-factor-authentication',
),
),
'habbo' =>
array (
'site' =>
array (
'site_url' => 'https://epicnabbo.nl',
'default_name' => 'EpicNabbo',
'recaptcha_site_key' => NULL,
'recaptcha_secret_key' => NULL,
'convert_passwords' => false,
'force_https' => true,
'date_format' => 'Y-m-d - h:i:s',
'default_language' => 'nl',
'debug_mode_enabled' => false,
'site_environment' => 'production',
),
'reactions' =>
array (
0 => 'bad',
1 => 'crying',
2 => 'good',
3 => 'happy',
4 => 'taut',
5 => 'impatient',
6 => 'inlove',
7 => 'laugh',
8 => 'proud',
9 => 'wow',
10 => 'shameful',
11 => 'shameless',
12 => 'sleeping',
13 => 'smile',
14 => 'tongue',
15 => 'wink',
16 => 'disgusted',
17 => 'angry',
18 => 'lgbt',
19 => 'heart2',
20 => 'bobba',
21 => 'poop',
22 => 'like',
23 => 'unlike',
24 => 'fire',
25 => 'eyes',
26 => 'crown',
27 => 'star',
28 => 'heart',
),
'migrations' =>
array (
'rename_tables' => false,
),
'rcon' =>
array (
'domain' => 2,
'type' => 1,
'protocol' => 6,
),
'client' =>
array (
'nitro_path' => '/client/html5/nitro-client',
'flash_enabled' => false,
),
'flash' =>
array (
'host' => '127.0.0.1',
'port' => '3000',
'swf_base_path' => NULL,
'production_folder' => NULL,
'habbo_swf' => 'Habbo.swf',
'external_texts' => NULL,
'external_variables' => NULL,
'external_furnidata' => NULL,
'external_productdata' => NULL,
'external_figuremap' => NULL,
'external_figuredata' => NULL,
'external_override_variables' => NULL,
'external_override_texts' => NULL,
),
'findretros' =>
array (
'enabled' => false,
'name' => 'Example',
'api' => 'https://findretros.com',
),
'password_reset_token_time' => '15',
'paypal' =>
array (
'mode' => 'sandbox',
'sandbox' =>
array (
'client_id' => 'your-paypal-sandbox-client-id-here',
'client_secret' => 'your-paypal-sandbox-secret-here',
'app_id' => 'APP-80W284485P519543T',
),
'live' =>
array (
'client_id' => NULL,
'client_secret' => NULL,
'app_id' => NULL,
),
'payment_action' => 'Order',
'currency' => 'USD',
'notify_url' => NULL,
'locale' => 'en_US',
'validate_ssl' => true,
),
),
'hashing' =>
array (
'driver' => 'bcrypt',
'bcrypt' =>
array (
'rounds' => 12,
),
'argon' =>
array (
'memory' => 65536,
'threads' => 1,
'time' => 4,
),
'rehash_on_login' => true,
),
'logging' =>
array (
'default' => 'daily',
'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/atomcms/storage/logs/laravel.log',
'level' => 'error',
),
'daily' =>
array (
'driver' => 'daily',
'path' => '/var/www/atomcms/storage/logs/laravel.log',
'level' => 'error',
'days' => 14,
),
'slack' =>
array (
'driver' => 'slack',
'url' => NULL,
'username' => 'Laravel Log',
'emoji' => ':boom:',
'level' => 'error',
'replace_placeholders' => true,
),
'papertrail' =>
array (
'driver' => 'monolog',
'level' => 'error',
'handler' => 'Monolog\\Handler\\SyslogUdpHandler',
'handler_with' =>
array (
'host' => NULL,
'port' => NULL,
'connectionString' => 'tls://:',
),
'processors' =>
array (
0 => 'Monolog\\Processor\\PsrLogMessageProcessor',
),
),
'stderr' =>
array (
'driver' => 'monolog',
'level' => 'error',
'handler' => 'Monolog\\Handler\\StreamHandler',
'handler_with' =>
array (
'stream' => 'php://stderr',
),
'formatter' => NULL,
'processors' =>
array (
0 => 'Monolog\\Processor\\PsrLogMessageProcessor',
),
),
'syslog' =>
array (
'driver' => 'syslog',
'level' => 'error',
'facility' => 8,
'replace_placeholders' => true,
),
'errorlog' =>
array (
'driver' => 'errorlog',
'level' => 'error',
'replace_placeholders' => true,
),
'null' =>
array (
'driver' => 'monolog',
'handler' => 'Monolog\\Handler\\NullHandler',
),
'emergency' =>
array (
'path' => '/var/www/atomcms/storage/logs/laravel.log',
),
),
),
'mail' =>
array (
'default' => 'smtp',
'mailers' =>
array (
'smtp' =>
array (
'transport' => 'smtp',
'host' => 'smtp.eu.mailgun.org',
'port' => '587',
'encryption' => 'tls',
'username' => 'postmaster@epicnabbo.nl',
'password' => 'your-mailgun-password',
'timeout' => NULL,
'local_domain' => NULL,
),
'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' => 'noreply@epicnabbo.nl',
'name' => 'EpicNabbo',
),
'markdown' =>
array (
'theme' => 'default',
'paths' =>
array (
0 => '/var/www/atomcms/resources/views/vendor/mail',
),
),
),
'queue' =>
array (
'default' => 'redis',
'connections' =>
array (
'sync' =>
array (
'driver' => 'sync',
),
'database' =>
array (
'driver' => 'database',
'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',
),
),
),
'batching' =>
array (
'database' => 'mysql',
'table' => 'job_batches',
),
'failed' =>
array (
'driver' => 'database-uuids',
'database' => 'mysql',
'table' => 'failed_jobs',
),
),
'sanctum' =>
array (
'stateful' =>
array (
0 => 'localhost',
1 => 'localhost:3000',
2 => '127.0.0.1',
3 => '127.0.0.1:8000',
4 => '::1',
5 => 'epicnabbo.nl',
),
'guard' =>
array (
0 => 'web',
),
'expiration' => NULL,
'token_prefix' => '',
'middleware' =>
array (
'authenticate_session' => 'Laravel\\Sanctum\\Http\\Middleware\\AuthenticateSession',
'encrypt_cookies' => 'Illuminate\\Cookie\\Middleware\\EncryptCookies',
'validate_csrf_token' => 'Illuminate\\Foundation\\Http\\Middleware\\ValidateCsrfToken',
),
),
'services' =>
array (
'postmark' =>
array (
'token' => 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,
),
),
'mailgun' =>
array (
'domain' => NULL,
'secret' => NULL,
'endpoint' => 'api.mailgun.net',
'scheme' => 'https',
),
'turnstile' =>
array (
'key' => '0x4AAAAAAB5IwekguLJoMTI8',
'secret' => '0x4AAAAAAB5IwVJQHGnWygqhP5BbUK7T2i8',
),
),
'session' =>
array (
'driver' => 'redis',
'lifetime' => '120',
'expire_on_close' => false,
'encrypt' => false,
'files' => '/var/www/atomcms/storage/framework/sessions',
'connection' => NULL,
'table' => 'sessions',
'store' => NULL,
'lottery' =>
array (
0 => 2,
1 => 100,
),
'cookie' => '__Secure-session',
'path' => '/',
'domain' => 'epicnabbo.nl',
'secure' => true,
'http_only' => true,
'same_site' => 'lax',
'partitioned' => false,
),
'theme' =>
array (
'active' => 'atom',
'parent' => 'atom',
'base_path' => '/var/www/atomcms/resources/themes',
),
'turnstile' =>
array (
'turnstile_site_key' => '0x4AAAAAAB5IwekguLJoMTI8',
'turnstile_secret_key' => '0x4AAAAAAB5IwVJQHGnWygqhP5BbUK7T2i8',
'error_messages' =>
array (
'turnstile_check_message' => 'The captcha failed, please try again.',
),
),
'view' =>
array (
'paths' =>
array (
0 => '/var/www/atomcms/resources/views',
),
'compiled' => '/var/www/atomcms/storage/framework/views',
),
'blade-heroicons' =>
array (
'prefix' => 'heroicon',
'fallback' => '',
'class' => '',
'attributes' =>
array (
),
),
'blade-icons' =>
array (
'sets' =>
array (
),
'class' => '',
'attributes' =>
array (
),
'fallback' => '',
'components' =>
array (
'disabled' => false,
'default' => 'icon',
),
),
'filament' =>
array (
'broadcasting' =>
array (
),
'default_filesystem_disk' => 'local',
'assets_path' => NULL,
'cache_path' => '/var/www/atomcms/bootstrap/cache/filament',
'livewire_loading_delay' => 'default',
'file_generation' =>
array (
'flags' =>
array (
),
),
'system_route_prefix' => 'filament',
),
'clockwork' =>
array (
'enable' => NULL,
'features' =>
array (
'cache' =>
array (
'enabled' => true,
'collect_queries' => true,
'collect_values' => false,
),
'database' =>
array (
'enabled' => true,
'collect_queries' => true,
'collect_models_actions' => true,
'collect_models_retrieved' => false,
'slow_threshold' => NULL,
'slow_only' => false,
'detect_duplicate_queries' => false,
),
'events' =>
array (
'enabled' => true,
'ignored_events' =>
array (
),
),
'http_requests' =>
array (
'enabled' => true,
'collect_data' => true,
'collect_raw_data' => false,
),
'log' =>
array (
'enabled' => true,
),
'notifications' =>
array (
'enabled' => true,
),
'performance' =>
array (
'client_metrics' => true,
),
'queue' =>
array (
'enabled' => true,
),
'redis' =>
array (
'enabled' => true,
),
'routes' =>
array (
'enabled' => false,
'only_namespaces' =>
array (
0 => 'App',
),
),
'views' =>
array (
'enabled' => true,
'collect_data' => false,
'use_twig_profiler' => false,
),
),
'web' => true,
'toolbar' => true,
'requests' =>
array (
'on_demand' => false,
'errors_only' => false,
'slow_threshold' => NULL,
'slow_only' => false,
'sample' => false,
'except' =>
array (
0 => '/horizon/.*',
1 => '/telescope/.*',
2 => '/_tt/.*',
3 => '/_debugbar/.*',
),
'only' =>
array (
),
'except_preflight' => true,
),
'artisan' =>
array (
'collect' => false,
'except' =>
array (
),
'only' =>
array (
),
'collect_output' => false,
'except_laravel_commands' => true,
),
'queue' =>
array (
'collect' => false,
'except' =>
array (
),
'only' =>
array (
),
),
'tests' =>
array (
'collect' => false,
'except' =>
array (
),
),
'collect_data_always' => false,
'storage' => 'files',
'storage_files_path' => '/var/www/atomcms/storage/clockwork',
'storage_files_compress' => false,
'storage_sql_database' => '/var/www/atomcms/storage/clockwork.sqlite',
'storage_sql_table' => 'clockwork',
'storage_redis' => 'default',
'storage_redis_prefix' => 'clockwork',
'storage_expiration' => 10080,
'authentication' => false,
'authentication_password' => 'VerySecretPassword',
'stack_traces' =>
array (
'enabled' => true,
'limit' => 10,
'skip_vendors' =>
array (
),
'skip_namespaces' =>
array (
),
'skip_classes' =>
array (
),
),
'serialization_depth' => 10,
'serialization_blackbox' =>
array (
0 => 'Illuminate\\Container\\Container',
1 => 'Illuminate\\Foundation\\Application',
2 => 'Laravel\\Lumen\\Application',
),
'register_helpers' => true,
'headers' =>
array (
),
'server_timing' => 10,
),
'horizon' =>
array (
'name' => 'EpicNabbo',
'domain' => NULL,
'path' => 'horizon',
'use' => 'default',
'prefix' => 'epicnabbo_horizon:',
'middleware' =>
array (
0 => 'web',
),
'waits' =>
array (
'redis:default' => 60,
),
'trim' =>
array (
'recent' => 60,
'pending' => 60,
'completed' => 60,
'recent_failed' => 10080,
'failed' => 10080,
'monitored' => 10080,
),
'silenced' =>
array (
),
'silenced_tags' =>
array (
),
'metrics' =>
array (
'trim_snapshots' =>
array (
'job' => 24,
'queue' => 24,
),
),
'fast_termination' => false,
'memory_limit' => 64,
'defaults' =>
array (
'supervisor-1' =>
array (
'connection' => 'redis',
'queue' =>
array (
0 => 'default',
),
'balance' => 'auto',
'autoScalingStrategy' => 'time',
'maxProcesses' => 1,
'maxTime' => 0,
'maxJobs' => 0,
'memory' => 128,
'tries' => 1,
'timeout' => 60,
'nice' => 0,
),
),
'environments' =>
array (
'production' =>
array (
'supervisor-1' =>
array (
'maxProcesses' => 10,
'balanceMaxShift' => 1,
'balanceCooldown' => 3,
),
),
'local' =>
array (
'supervisor-1' =>
array (
'maxProcesses' => 3,
),
),
),
),
'livewire' =>
array (
'class_namespace' => 'App\\Livewire',
'view_path' => '/var/www/atomcms/resources/views/livewire',
'layout' => 'components.layouts.app',
'lazy_placeholder' => NULL,
'temporary_file_upload' =>
array (
'disk' => NULL,
'rules' => NULL,
'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' => false,
'pagination_theme' => 'tailwind',
'release_token' => 'a',
),
'log-viewer' =>
array (
'enabled' => true,
'api_only' => false,
'require_auth_in_production' => true,
'route_domain' => NULL,
'route_path' => 'log-viewer',
'assets_path' => 'vendor/log-viewer',
'back_to_system_url' => 'https://epicnabbo.nl',
'back_to_system_label' => NULL,
'timezone' => NULL,
'datetime_format' => 'Y-m-d H:i:s',
'middleware' =>
array (
0 => 'web',
1 => 'Opcodes\\LogViewer\\Http\\Middleware\\AuthorizeLogViewer',
),
'api_middleware' =>
array (
0 => 'Opcodes\\LogViewer\\Http\\Middleware\\EnsureFrontendRequestsAreStateful',
1 => 'Opcodes\\LogViewer\\Http\\Middleware\\AuthorizeLogViewer',
),
'api_stateful_domains' => NULL,
'hosts' =>
array (
'local' =>
array (
'name' => 'Production',
),
),
'include_files' =>
array (
0 => '*.log',
1 => '**/*.log',
'/var/log/httpd/*' => 'Apache',
'/var/log/nginx/*' => 'Nginx',
2 => '/opt/homebrew/var/log/nginx/*',
3 => '/opt/homebrew/var/log/httpd/*',
4 => '/opt/homebrew/var/log/php-fpm.log',
5 => '/opt/homebrew/var/log/postgres*log',
6 => '/opt/homebrew/var/log/redis*log',
7 => '/opt/homebrew/var/log/supervisor*log',
),
'exclude_files' =>
array (
),
'hide_unknown_files' => true,
'shorter_stack_trace_excludes' =>
array (
0 => '/vendor/symfony/',
1 => '/vendor/laravel/framework/',
2 => '/vendor/barryvdh/laravel-debugbar/',
),
'cache_driver' => NULL,
'cache_key_prefix' => 'lv',
'lazy_scan_chunk_size_in_mb' => 50,
'strip_extracted_context' => true,
'per_page_options' =>
array (
0 => 10,
1 => 25,
2 => 50,
3 => 100,
4 => 250,
5 => 500,
),
'defaults' =>
array (
'use_local_storage' => true,
'folder_sorting_method' => 'ModifiedTime',
'folder_sorting_order' => 'desc',
'file_sorting_method' => 'ModifiedTime',
'log_sorting_order' => 'desc',
'per_page' => 25,
'theme' => 'System',
'shorter_stack_traces' => false,
),
'exclude_ip_from_identifiers' => false,
'root_folder_prefix' => 'root',
),
'activitylog' =>
array (
'enabled' => true,
'delete_records_older_than_days' => 365,
'default_log_name' => 'default',
'default_auth_driver' => NULL,
'subject_returns_soft_deleted_models' => false,
'activity_model' => 'Spatie\\Activitylog\\Models\\Activity',
'table_name' => 'activity_log',
'database_connection' => NULL,
),
'flare' =>
array (
'key' => NULL,
'flare_middleware' =>
array (
0 => 'Spatie\\FlareClient\\FlareMiddleware\\RemoveRequestIp',
1 => 'Spatie\\FlareClient\\FlareMiddleware\\AddGitInformation',
2 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddNotifierName',
3 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddEnvironmentInformation',
4 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddExceptionInformation',
5 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddDumps',
'Spatie\\LaravelIgnition\\FlareMiddleware\\AddLogs' =>
array (
'maximum_number_of_collected_logs' => 200,
),
'Spatie\\LaravelIgnition\\FlareMiddleware\\AddQueries' =>
array (
'maximum_number_of_collected_queries' => 200,
'report_query_bindings' => true,
),
'Spatie\\LaravelIgnition\\FlareMiddleware\\AddJobs' =>
array (
'max_chained_job_reporting_depth' => 5,
),
6 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddContext',
7 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddExceptionHandledStatus',
'Spatie\\FlareClient\\FlareMiddleware\\CensorRequestBodyFields' =>
array (
'censor_fields' =>
array (
0 => 'password',
1 => 'password_confirmation',
),
),
'Spatie\\FlareClient\\FlareMiddleware\\CensorRequestHeaders' =>
array (
'headers' =>
array (
0 => 'API-KEY',
1 => 'Authorization',
2 => 'Cookie',
3 => 'Set-Cookie',
4 => 'X-CSRF-TOKEN',
5 => 'X-XSRF-TOKEN',
),
),
),
'send_logs_as_events' => true,
),
'ignition' =>
array (
'editor' => 'phpstorm',
'theme' => 'auto',
'enable_share_button' => true,
'register_commands' => false,
'solution_providers' =>
array (
0 => 'Spatie\\Ignition\\Solutions\\SolutionProviders\\BadMethodCallSolutionProvider',
1 => 'Spatie\\Ignition\\Solutions\\SolutionProviders\\MergeConflictSolutionProvider',
2 => 'Spatie\\Ignition\\Solutions\\SolutionProviders\\UndefinedPropertySolutionProvider',
3 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\IncorrectValetDbCredentialsSolutionProvider',
4 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingAppKeySolutionProvider',
5 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\DefaultDbNameSolutionProvider',
6 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\TableNotFoundSolutionProvider',
7 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingImportSolutionProvider',
8 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\InvalidRouteActionSolutionProvider',
9 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\ViewNotFoundSolutionProvider',
10 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\RunningLaravelDuskInProductionProvider',
11 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingColumnSolutionProvider',
12 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UnknownValidationSolutionProvider',
13 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingMixManifestSolutionProvider',
14 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingViteManifestSolutionProvider',
15 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingLivewireComponentSolutionProvider',
16 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UndefinedViewVariableSolutionProvider',
17 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\GenericLaravelExceptionSolutionProvider',
18 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\OpenAiSolutionProvider',
19 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\SailNetworkSolutionProvider',
20 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UnknownMysql8CollationSolutionProvider',
21 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UnknownMariadbCollationSolutionProvider',
),
'ignored_solution_providers' =>
array (
),
'enable_runnable_solutions' => NULL,
'remote_sites_path' => '/var/www/atomcms',
'local_sites_path' => '',
'housekeeping_endpoint_prefix' => '_ignition',
'settings_file_path' => '',
'recorders' =>
array (
0 => 'Spatie\\LaravelIgnition\\Recorders\\DumpRecorder\\DumpRecorder',
1 => 'Spatie\\LaravelIgnition\\Recorders\\JobRecorder\\JobRecorder',
2 => 'Spatie\\LaravelIgnition\\Recorders\\LogRecorder\\LogRecorder',
3 => 'Spatie\\LaravelIgnition\\Recorders\\QueryRecorder\\QueryRecorder',
),
'open_ai_key' => NULL,
'with_stack_frame_arguments' => true,
'argument_reducers' =>
array (
0 => 'Spatie\\Backtrace\\Arguments\\Reducers\\BaseTypeArgumentReducer',
1 => 'Spatie\\Backtrace\\Arguments\\Reducers\\ArrayArgumentReducer',
2 => 'Spatie\\Backtrace\\Arguments\\Reducers\\StdClassArgumentReducer',
3 => 'Spatie\\Backtrace\\Arguments\\Reducers\\EnumArgumentReducer',
4 => 'Spatie\\Backtrace\\Arguments\\Reducers\\ClosureArgumentReducer',
5 => 'Spatie\\Backtrace\\Arguments\\Reducers\\DateTimeArgumentReducer',
6 => 'Spatie\\Backtrace\\Arguments\\Reducers\\DateTimeZoneArgumentReducer',
7 => 'Spatie\\Backtrace\\Arguments\\Reducers\\SymphonyRequestArgumentReducer',
8 => 'Spatie\\LaravelIgnition\\ArgumentReducers\\ModelArgumentReducer',
9 => 'Spatie\\LaravelIgnition\\ArgumentReducers\\CollectionArgumentReducer',
10 => 'Spatie\\Backtrace\\Arguments\\Reducers\\StringableArgumentReducer',
),
),
'paypal' =>
array (
'mode' => 'sandbox',
'sandbox' =>
array (
'client_id' => 'your-paypal-sandbox-client-id-here',
'client_secret' => 'your-paypal-sandbox-secret-here',
'app_id' => 'APP-80W284485P519543T',
),
'live' =>
array (
'client_id' => '',
'client_secret' => '',
'app_id' => '',
),
'payment_action' => 'Sale',
'currency' => 'USD',
'notify_url' => '',
'locale' => 'en_US',
'validate_ssl' => true,
),
'purify' =>
array (
'default' => 'default',
'configs' =>
array (
'default' =>
array (
'Core.Encoding' => 'utf-8',
'HTML.Doctype' => 'HTML 4.01 Transitional',
'HTML.Allowed' => 'h1,h2,h3,h4,h5,h6,b,u,strong,i,em,s,del,a[href|title],ul,ol,li,p[style],br,span,img[width|height|alt|src],blockquote',
'HTML.ForbiddenElements' => '',
'CSS.AllowedProperties' => 'font,font-size,font-weight,font-style,font-family,text-decoration,padding-left,color,background-color,text-align',
'AutoFormat.AutoParagraph' => false,
'AutoFormat.RemoveEmpty' => false,
),
),
'definitions' => 'Stevebauman\\Purify\\Definitions\\Html5Definition',
'css-definitions' => NULL,
'serializer' =>
array (
'driver' => 'redis',
'cache' => 'Stevebauman\\Purify\\Cache\\CacheDefinitionCache',
),
),
'tinker' =>
array (
'commands' =>
array (
),
'alias' =>
array (
),
'dont_alias' =>
array (
0 => 'App\\Nova',
),
),
);