File: /var/www/vhosts/uat-api.tsprojects.net/admin.plotterbox.tsprojects.net/bootstrap/cache/config.php
<?php return array (
'app' =>
array (
'name' => 'E-Book-Customization',
'env' => 'production',
'debug' => true,
'url' => 'https://admin.plotterbox.tsprojects.net/',
'asset_url' => NULL,
'timezone' => 'UTC',
'locale' => 'en',
'fallback_locale' => 'en',
'faker_locale' => 'en_US',
'key' => 'base64:13oNggr+7aFTuJU4ruYdUVCDRudyJtUmKbziqb2pxdE=',
'cipher' => 'AES-256-CBC',
'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 => 'Tymon\\JWTAuth\\Providers\\LaravelServiceProvider',
23 => 'Spatie\\Permission\\PermissionServiceProvider',
24 => 'Barryvdh\\Debugbar\\ServiceProvider',
25 => 'App\\Providers\\AppServiceProvider',
26 => 'App\\Providers\\AuthServiceProvider',
27 => 'App\\Providers\\EventServiceProvider',
28 => 'App\\Providers\\RouteServiceProvider',
29 => 'Intervention\\Image\\ImageServiceProvider',
),
'aliases' =>
array (
'App' => 'Illuminate\\Support\\Facades\\App',
'Arr' => 'Illuminate\\Support\\Arr',
'Artisan' => 'Illuminate\\Support\\Facades\\Artisan',
'Auth' => 'Illuminate\\Support\\Facades\\Auth',
'Blade' => 'Illuminate\\Support\\Facades\\Blade',
'Broadcast' => 'Illuminate\\Support\\Facades\\Broadcast',
'Bus' => 'Illuminate\\Support\\Facades\\Bus',
'Cache' => 'Illuminate\\Support\\Facades\\Cache',
'Config' => 'Illuminate\\Support\\Facades\\Config',
'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',
'Password' => 'Illuminate\\Support\\Facades\\Password',
'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',
'Schema' => 'Illuminate\\Support\\Facades\\Schema',
'Session' => 'Illuminate\\Support\\Facades\\Session',
'Storage' => 'Illuminate\\Support\\Facades\\Storage',
'Str' => 'Illuminate\\Support\\Str',
'URL' => 'Illuminate\\Support\\Facades\\URL',
'Validator' => 'Illuminate\\Support\\Facades\\Validator',
'View' => 'Illuminate\\Support\\Facades\\View',
'JWTAuth' => 'Tymon\\JWTAuth\\Facades\\JWTAuth',
'JWTFactory' => 'Tymon\\JWTAuth\\Facades\\JWTFactory',
'Debugbar' => 'Barryvdh\\Debugbar\\Facade',
'Image' => 'Intervention\\Image\\Facades\\Image',
),
),
'auth' =>
array (
'defaults' =>
array (
'guard' => 'web',
'passwords' => 'users',
),
'guards' =>
array (
'web' =>
array (
'driver' => 'session',
'provider' => 'users',
),
'api' =>
array (
'driver' => 'jwt',
'provider' => 'users',
'hash' => false,
),
'sanctum' =>
array (
'driver' => 'sanctum',
'provider' => NULL,
),
),
'providers' =>
array (
'users' =>
array (
'driver' => 'eloquent',
'model' => 'App\\Models\\User',
),
),
'passwords' =>
array (
'users' =>
array (
'provider' => 'users',
'table' => 'password_resets',
'expire' => 60,
'throttle' => 60,
),
),
'password_timeout' => 10800,
),
'broadcasting' =>
array (
'default' => 'lo',
'connections' =>
array (
'pusher' =>
array (
'driver' => 'pusher',
'key' => '',
'secret' => '',
'app_id' => '',
'options' =>
array (
'cluster' => 'mt1',
'useTLS' => true,
),
),
'ably' =>
array (
'driver' => 'ably',
'key' => NULL,
),
'redis' =>
array (
'driver' => 'redis',
'connection' => 'default',
),
'log' =>
array (
'driver' => 'log',
),
'null' =>
array (
'driver' => 'null',
),
),
),
'cache' =>
array (
'default' => 'file',
'stores' =>
array (
'apc' =>
array (
'driver' => 'apc',
),
'array' =>
array (
'driver' => 'array',
'serialize' => false,
),
'database' =>
array (
'driver' => 'database',
'table' => 'cache',
'connection' => NULL,
'lock_connection' => NULL,
),
'file' =>
array (
'driver' => 'file',
'path' => '/var/www/vhosts/uat-api.tsprojects.net/admin.plotterbox.tsprojects.net/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' => 'AKIATA7373MN3OCJQDOK',
'secret' => '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',
'region' => 'ap-southeast-1',
'table' => 'cache',
'endpoint' => NULL,
),
'octane' =>
array (
'driver' => 'octane',
),
),
'prefix' => 'e_book_customization_cache',
),
'cloudfront' =>
array (
'credentials' =>
array (
'key' => 'AKIATA7373MN3OCJQDOK',
'secret' => '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',
),
'region' => 'ap-southeast-1',
'version' => 'latest',
'distribution_id' => NULL,
),
'constant' =>
array (
'disk' => 's3',
),
'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,
),
'database' =>
array (
'default' => 'pgsql',
'connections' =>
array (
'sqlite' =>
array (
'driver' => 'sqlite',
'url' => NULL,
'database' => 'plotterbox_main',
'prefix' => '',
'foreign_key_constraints' => true,
),
'mysql' =>
array (
'driver' => 'mysql',
'url' => NULL,
'host' => 'plottertsproject.cqnbfjmxewdu.ap-south-1.rds.amazonaws.com',
'port' => '5432',
'database' => 'plotterbox_main',
'username' => 'tsprojectadmin',
'password' => 'Midir3_nuh3nh11',
'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' => 'plottertsproject.cqnbfjmxewdu.ap-south-1.rds.amazonaws.com',
'port' => '5432',
'database' => 'plotterbox_main',
'username' => 'tsprojectadmin',
'password' => 'Midir3_nuh3nh11',
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
'schema' => 'public',
'sslmode' => 'prefer',
),
'sqlsrv' =>
array (
'driver' => 'sqlsrv',
'url' => NULL,
'host' => 'plottertsproject.cqnbfjmxewdu.ap-south-1.rds.amazonaws.com',
'port' => '5432',
'database' => 'plotterbox_main',
'username' => 'tsprojectadmin',
'password' => 'Midir3_nuh3nh11',
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
),
),
'migrations' => 'migrations',
'redis' =>
array (
'client' => 'phpredis',
'options' =>
array (
'cluster' => 'redis',
'prefix' => 'e_book_customization_database_',
),
'default' =>
array (
'url' => NULL,
'host' => '127.0.0.1',
'password' => NULL,
'port' => '6379',
'database' => '0',
),
'cache' =>
array (
'url' => NULL,
'host' => '127.0.0.1',
'password' => NULL,
'port' => '6379',
'database' => '1',
),
),
),
'debugbar' =>
array (
'enabled' => NULL,
'except' =>
array (
0 => 'telescope*',
1 => 'horizon*',
),
'storage' =>
array (
'enabled' => true,
'driver' => 'file',
'path' => '/var/www/vhosts/uat-api.tsprojects.net/admin.plotterbox.tsprojects.net/storage/debugbar',
'connection' => NULL,
'provider' => '',
'hostname' => '127.0.0.1',
'port' => 2304,
),
'editor' => 'phpstorm',
'remote_sites_path' => '',
'local_sites_path' => '',
'include_vendors' => true,
'capture_ajax' => true,
'add_ajax_timing' => false,
'error_handler' => false,
'clockwork' => false,
'collectors' =>
array (
'phpinfo' => true,
'messages' => true,
'time' => true,
'memory' => true,
'exceptions' => true,
'log' => true,
'db' => true,
'views' => true,
'route' => true,
'auth' => false,
'gate' => true,
'session' => true,
'symfony_request' => true,
'mail' => true,
'laravel' => false,
'events' => false,
'default_request' => false,
'logs' => false,
'files' => false,
'config' => false,
'cache' => false,
'models' => true,
'livewire' => true,
),
'options' =>
array (
'auth' =>
array (
'show_name' => true,
),
'db' =>
array (
'with_params' => true,
'backtrace' => true,
'backtrace_exclude_paths' =>
array (
),
'timeline' => false,
'duration_background' => true,
'explain' =>
array (
'enabled' => false,
'types' =>
array (
0 => 'SELECT',
),
),
'hints' => false,
'show_copy' => false,
),
'mail' =>
array (
'full_log' => false,
),
'views' =>
array (
'timeline' => false,
'data' => false,
),
'route' =>
array (
'label' => true,
),
'logs' =>
array (
'file' => NULL,
),
'cache' =>
array (
'values' => true,
),
),
'inject' => true,
'route_prefix' => '_debugbar',
'route_domain' => NULL,
'theme' => 'auto',
'debug_backtrace_limit' => 50,
),
'filesystems' =>
array (
'default' => 's3',
'disks' =>
array (
'local' =>
array (
'driver' => 'local',
'root' => '/var/www/vhosts/uat-api.tsprojects.net/admin.plotterbox.tsprojects.net/storage/app/public',
'url' => 'https://admin.plotterbox.tsprojects.net/',
),
'public' =>
array (
'driver' => 'local',
'root' => '/var/www/vhosts/uat-api.tsprojects.net/admin.plotterbox.tsprojects.net/storage/app/public',
'url' => 'https://admin.plotterbox.tsprojects.net//storage',
'visibility' => 'public',
),
's3' =>
array (
'driver' => 's3',
'key' => 'AKIATA7373MN3OCJQDOK',
'secret' => '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',
'region' => 'ap-southeast-1',
'bucket' => 'e-books-customization',
'url' => 'https://d2j5powc1vcw3q.cloudfront.net/',
'endpoint' => NULL,
'use_path_style_endpoint' => false,
),
'aws' =>
array (
'driver' => 's3',
'key' => 'AKIATA7373MN3OCJQDOK',
'secret' => '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',
'region' => 'ap-southeast-1',
'bucket' => 'e-books-customization',
'url' => NULL,
'endpoint' => NULL,
'use_path_style_endpoint' => false,
),
'fileUploadToPublic' =>
array (
'driver' => 'local',
'root' => '/var/www/vhosts/uat-api.tsprojects.net/admin.plotterbox.tsprojects.net/storage/app/public',
'url' => 'https://admin.plotterbox.tsprojects.net//storage',
'visibility' => 'public',
),
),
'links' =>
array (
'/var/www/vhosts/uat-api.tsprojects.net/admin.plotterbox.tsprojects.net/public/storage' => '/var/www/vhosts/uat-api.tsprojects.net/admin.plotterbox.tsprojects.net/storage/app/public',
),
),
'hashing' =>
array (
'driver' => 'bcrypt',
'bcrypt' =>
array (
'rounds' => 10,
),
'argon' =>
array (
'memory' => 1024,
'threads' => 2,
'time' => 2,
),
),
'jwt' =>
array (
'secret' => 'VYXdKUzrZvWwwgCE4kGz0jV1z7QnyNtd1FM7rQsxQSEpGuMJu9hkZy9IgCH21Fym',
'keys' =>
array (
'public' => NULL,
'private' => NULL,
'passphrase' => NULL,
),
'ttl' => NULL,
'refresh_ttl' => NULL,
'algo' => 'HS256',
'required_claims' =>
array (
0 => 'iss',
1 => 'iat',
2 => 'nbf',
3 => 'sub',
4 => 'jti',
),
'persistent_claims' =>
array (
),
'lock_subject' => true,
'leeway' => 0,
'blacklist_enabled' => true,
'blacklist_grace_period' => 0,
'decrypt_cookies' => false,
'providers' =>
array (
'jwt' => 'Tymon\\JWTAuth\\Providers\\JWT\\Lcobucci',
'auth' => 'Tymon\\JWTAuth\\Providers\\Auth\\Illuminate',
'storage' => 'Tymon\\JWTAuth\\Providers\\Storage\\Illuminate',
),
),
'logging' =>
array (
'default' => 'daily',
'deprecations' => NULL,
'channels' =>
array (
'stack' =>
array (
'driver' => 'stack',
'channels' =>
array (
0 => 'single',
),
'ignore_exceptions' => false,
),
'single' =>
array (
'driver' => 'single',
'path' => '/var/www/vhosts/uat-api.tsprojects.net/admin.plotterbox.tsprojects.net/storage/logs/laravel.log',
'level' => 'debug',
),
'daily' =>
array (
'driver' => 'daily',
'path' => '/var/www/vhosts/uat-api.tsprojects.net/admin.plotterbox.tsprojects.net/storage/logs/laravel.log',
'level' => 'debug',
'days' => 14,
),
'slack' =>
array (
'driver' => 'slack',
'url' => NULL,
'username' => 'Laravel Log',
'emoji' => ':boom:',
'level' => 'debug',
),
'papertrail' =>
array (
'driver' => 'monolog',
'level' => 'debug',
'handler' => 'Monolog\\Handler\\SyslogUdpHandler',
'handler_with' =>
array (
'host' => NULL,
'port' => NULL,
),
),
'stderr' =>
array (
'driver' => 'monolog',
'level' => 'debug',
'handler' => 'Monolog\\Handler\\StreamHandler',
'formatter' => NULL,
'with' =>
array (
'stream' => 'php://stderr',
),
),
'syslog' =>
array (
'driver' => 'syslog',
'level' => 'debug',
),
'errorlog' =>
array (
'driver' => 'errorlog',
'level' => 'debug',
),
'null' =>
array (
'driver' => 'monolog',
'handler' => 'Monolog\\Handler\\NullHandler',
),
'emergency' =>
array (
'path' => '/var/www/vhosts/uat-api.tsprojects.net/admin.plotterbox.tsprojects.net/storage/logs/laravel.log',
),
),
),
'mail' =>
array (
'default' => 'smtp',
'mailers' =>
array (
'smtp' =>
array (
'transport' => 'smtp',
'host' => 'email-smtp.ap-southeast-1.amazonaws.com',
'port' => '587',
'encryption' => 'tls',
'username' => 'AKIATA7373MN5VAZIU4W',
'password' => 'BDU9Wg5zlKvQGSwHPxNrEDGsWEAdYDAU79ZB12tRFAg6',
'timeout' => NULL,
'auth_mode' => NULL,
),
'ses' =>
array (
'transport' => 'ses',
),
'mailgun' =>
array (
'transport' => 'mailgun',
),
'postmark' =>
array (
'transport' => 'postmark',
),
'sendmail' =>
array (
'transport' => 'sendmail',
'path' => '/usr/sbin/sendmail -t -i',
),
'log' =>
array (
'transport' => 'log',
'channel' => NULL,
),
'array' =>
array (
'transport' => 'array',
),
'failover' =>
array (
'transport' => 'failover',
'mailers' =>
array (
0 => 'smtp',
1 => 'log',
),
),
),
'from' =>
array (
'address' => 'customer@plotterbox.com',
'name' => 'BubblyBooks',
),
'markdown' =>
array (
'theme' => 'default',
'paths' =>
array (
0 => '/var/www/vhosts/uat-api.tsprojects.net/admin.plotterbox.tsprojects.net/resources/views/vendor/mail',
),
),
),
'paypal' =>
array (
'mode' => 'sandbox',
'sandbox' =>
array (
'client_id' => '',
'client_secret' => '',
'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,
),
'permission' =>
array (
'models' =>
array (
'permission' => 'Spatie\\Permission\\Models\\Permission',
'role' => 'Spatie\\Permission\\Models\\Role',
),
'table_names' =>
array (
'roles' => 'roles',
'permissions' => 'permissions',
'model_has_permissions' => 'model_has_permissions',
'model_has_roles' => 'model_has_roles',
'role_has_permissions' => 'role_has_permissions',
),
'column_names' =>
array (
'role_pivot_key' => NULL,
'permission_pivot_key' => NULL,
'model_morph_key' => 'model_id',
'team_foreign_key' => 'team_id',
),
'register_permission_check_method' => true,
'teams' => false,
'display_permission_in_exception' => false,
'display_role_in_exception' => false,
'enable_wildcard_permission' => false,
'cache' =>
array (
'expiration_time' =>
\DateInterval::__set_state(array(
'from_string' => true,
'date_string' => '24 hours',
)),
'key' => 'spatie.permission.cache',
'store' => 'default',
),
),
'queue' =>
array (
'default' => 'sync',
'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' => 'AKIATA7373MN3OCJQDOK',
'secret' => 'TYrmzIpBYgDwkZ+35mWPhROofqXu3N/IYr1FJyL8',
'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id',
'queue' => 'default',
'suffix' => NULL,
'region' => 'ap-southeast-1',
'after_commit' => false,
),
'redis' =>
array (
'driver' => 'redis',
'connection' => 'default',
'queue' => 'default',
'retry_after' => 90,
'block_for' => NULL,
'after_commit' => false,
),
),
'failed' =>
array (
'driver' => 'database-uuids',
'database' => 'pgsql',
'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 => 'admin.plotterbox.tsprojects.net',
),
'guard' =>
array (
0 => 'web',
),
'expiration' => NULL,
'middleware' =>
array (
'verify_csrf_token' => 'App\\Http\\Middleware\\VerifyCsrfToken',
'encrypt_cookies' => 'App\\Http\\Middleware\\EncryptCookies',
),
),
'services' =>
array (
'mailgun' =>
array (
'domain' => NULL,
'secret' => NULL,
'endpoint' => 'api.mailgun.net',
),
'postmark' =>
array (
'token' => NULL,
),
'ses' =>
array (
'key' => 'AKIATA7373MN3OCJQDOK',
'secret' => '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',
'region' => 'ap-southeast-1',
),
),
'session' =>
array (
'driver' => 'file',
'lifetime' => '120',
'expire_on_close' => false,
'encrypt' => false,
'files' => '/var/www/vhosts/uat-api.tsprojects.net/admin.plotterbox.tsprojects.net/storage/framework/sessions',
'connection' => NULL,
'table' => 'sessions',
'store' => NULL,
'lottery' =>
array (
0 => 2,
1 => 100,
),
'cookie' => 'e_book_customization_session',
'path' => '/',
'domain' => NULL,
'secure' => NULL,
'http_only' => true,
'same_site' => 'lax',
),
'view' =>
array (
'paths' =>
array (
0 => '/var/www/vhosts/uat-api.tsprojects.net/admin.plotterbox.tsprojects.net/resources/views',
),
'compiled' => '/var/www/vhosts/uat-api.tsprojects.net/admin.plotterbox.tsprojects.net/storage/framework/views',
),
'flare' =>
array (
'key' => NULL,
'reporting' =>
array (
'anonymize_ips' => true,
'collect_git_information' => false,
'report_queries' => true,
'maximum_number_of_collected_queries' => 200,
'report_query_bindings' => true,
'report_view_data' => true,
'grouping_type' => NULL,
'report_logs' => true,
'maximum_number_of_collected_logs' => 200,
'censor_request_body_fields' =>
array (
0 => 'password',
),
),
'send_logs_as_events' => true,
'censor_request_body_fields' =>
array (
0 => 'password',
),
),
'ignition' =>
array (
'editor' => 'phpstorm',
'theme' => 'light',
'enable_share_button' => true,
'register_commands' => false,
'ignored_solution_providers' =>
array (
0 => 'Facade\\Ignition\\SolutionProviders\\MissingPackageSolutionProvider',
),
'enable_runnable_solutions' => NULL,
'remote_sites_path' => '',
'local_sites_path' => '',
'housekeeping_endpoint_prefix' => '_ignition',
),
'image' =>
array (
'driver' => 'gd',
),
'tinker' =>
array (
'commands' =>
array (
),
'alias' =>
array (
),
'dont_alias' =>
array (
0 => 'App\\Nova',
),
),
);