/home/bdqbpbxa/dev-subdomains/api-uniferx.goodface.com.ua/bootstrap/cache/config.php
<?php return array (
'app' =>
array (
'name' => 'Uniferx',
'env' => 'local',
'debug' => true,
'url' => 'https://api-uniferx.goodface.com.ua',
'tiny_api_key' => 'm42iag1wmxpm7vsgk2vb0jhv3eu2d1gjr7ci7nesuy2dtx40',
'asset_url' => NULL,
'timezone' => 'UTC',
'locale' => 'en',
'fallback_locale' => 'en',
'faker_locale' => 'en_US',
'key' => 'base64:HYPxgHAkFIreqvy4+1o+bitr1+VfghHrpEYs3pn4r3g=',
'cipher' => 'AES-256-CBC',
'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\\AuthServiceProvider',
24 => 'App\\Providers\\EventServiceProvider',
25 => 'App\\Providers\\NovaServiceProvider',
26 => 'App\\Providers\\RouteServiceProvider',
),
'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',
'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',
'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',
'Vite' => 'Illuminate\\Support\\Facades\\Vite',
),
),
'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,
),
'broadcasting' =>
array (
'default' => 'log',
'connections' =>
array (
'pusher' =>
array (
'driver' => 'pusher',
'key' => '',
'secret' => '',
'app_id' => '',
'options' =>
array (
'cluster' => 'mt1',
'host' => 'api-mt1.pusher.com',
'port' => '443',
'scheme' => 'https',
'encrypted' => true,
'useTLS' => true,
),
'client_options' =>
array (
),
),
'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' => '/home/bdqbpbxa/dev-subdomains/api-uniferx.goodface.com.ua/storage/framework/cache/data',
'lock_path' => '/home/bdqbpbxa/dev-subdomains/api-uniferx.goodface.com.ua/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' => '',
'secret' => '',
'region' => 'us-east-1',
'table' => 'cache',
'endpoint' => NULL,
),
'octane' =>
array (
'driver' => 'octane',
),
),
'prefix' => 'uniferx_cache_',
),
'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' => 'mysql',
'connections' =>
array (
'sqlite' =>
array (
'driver' => 'sqlite',
'url' => NULL,
'database' => 'bdqbpbxa_uniferx_case',
'prefix' => '',
'foreign_key_constraints' => true,
),
'mysql' =>
array (
'driver' => 'mysql',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'bdqbpbxa_uniferx_case',
'username' => 'bdqbpbxa_uniferx',
'password' => 'up2~#8kzwZ4b',
'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' => '127.0.0.1',
'port' => '3306',
'database' => 'bdqbpbxa_uniferx_case',
'username' => 'bdqbpbxa_uniferx',
'password' => 'up2~#8kzwZ4b',
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
'search_path' => 'public',
'sslmode' => 'prefer',
),
'sqlsrv' =>
array (
'driver' => 'sqlsrv',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'bdqbpbxa_uniferx_case',
'username' => 'bdqbpbxa_uniferx',
'password' => 'up2~#8kzwZ4b',
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
),
),
'migrations' => 'migrations',
'redis' =>
array (
'client' => 'phpredis',
'options' =>
array (
'cluster' => 'redis',
'prefix' => 'uniferx_database_',
),
'default' =>
array (
'url' => NULL,
'host' => '127.0.0.1',
'username' => NULL,
'password' => NULL,
'port' => '6379',
'database' => '0',
),
'cache' =>
array (
'url' => NULL,
'host' => '127.0.0.1',
'username' => NULL,
'password' => NULL,
'port' => '6379',
'database' => '1',
),
),
),
'filesystems' =>
array (
'default' => 'public',
'disks' =>
array (
'local' =>
array (
'driver' => 'local',
'root' => '/home/bdqbpbxa/dev-subdomains/api-uniferx.goodface.com.ua/storage/app',
'throw' => false,
),
'public' =>
array (
'driver' => 'local',
'root' => '/home/bdqbpbxa/dev-subdomains/api-uniferx.goodface.com.ua/storage/app/public',
'url' => 'https://api-uniferx.goodface.com.ua/storage',
'visibility' => 'public',
'throw' => false,
),
's3' =>
array (
'driver' => 's3',
'key' => '',
'secret' => '',
'region' => 'us-east-1',
'bucket' => '',
'url' => NULL,
'endpoint' => NULL,
'use_path_style_endpoint' => false,
'throw' => false,
),
),
'links' =>
array (
'/home/bdqbpbxa/dev-subdomains/api-uniferx.goodface.com.ua/public/storage' => '/home/bdqbpbxa/dev-subdomains/api-uniferx.goodface.com.ua/storage/app/public',
),
),
'hashing' =>
array (
'driver' => 'bcrypt',
'bcrypt' =>
array (
'rounds' => 10,
),
'argon' =>
array (
'memory' => 65536,
'threads' => 1,
'time' => 4,
),
),
'l5-swagger' =>
array (
'default' => 'default',
'documentations' =>
array (
'default' =>
array (
'api' =>
array (
'title' => 'L5 Swagger UI',
),
'routes' =>
array (
'api' => 'api/documentation',
),
'paths' =>
array (
'use_absolute_path' => true,
'docs_json' => 'api-docs.json',
'docs_yaml' => 'api-docs.yaml',
'format_to_use_for_docs' => 'json',
'annotations' =>
array (
0 => '/home/bdqbpbxa/dev-subdomains/api-uniferx.goodface.com.ua/app',
),
),
),
),
'defaults' =>
array (
'routes' =>
array (
'docs' => 'docs',
'oauth2_callback' => 'api/oauth2-callback',
'middleware' =>
array (
'api' =>
array (
),
'asset' =>
array (
),
'docs' =>
array (
),
'oauth2_callback' =>
array (
),
),
'group_options' =>
array (
),
),
'paths' =>
array (
'docs' => '/home/bdqbpbxa/dev-subdomains/api-uniferx.goodface.com.ua/storage/api-docs',
'views' => '/home/bdqbpbxa/dev-subdomains/api-uniferx.goodface.com.ua/resources/views/vendor/l5-swagger',
'base' => NULL,
'swagger_ui_assets_path' => 'vendor/swagger-api/swagger-ui/dist/',
'excludes' =>
array (
),
),
'scanOptions' =>
array (
'analyser' => NULL,
'analysis' => NULL,
'processors' =>
array (
),
'pattern' => NULL,
'exclude' =>
array (
),
'open_api_spec_version' => '3.0.0',
),
'securityDefinitions' =>
array (
'securitySchemes' =>
array (
),
'security' =>
array (
0 =>
array (
),
),
),
'generate_always' => false,
'generate_yaml_copy' => false,
'proxy' => false,
'additional_config_url' => NULL,
'operations_sort' => NULL,
'validator_url' => NULL,
'ui' =>
array (
'display' =>
array (
'doc_expansion' => 'none',
'filter' => true,
),
'authorization' =>
array (
'persist_authorization' => false,
'oauth2' =>
array (
'use_pkce_with_authorization_code_grant' => false,
),
),
),
'constants' =>
array (
'L5_SWAGGER_CONST_HOST' => 'http://my-default-host.com',
),
),
),
'lfm' =>
array (
'use_package_routes' => true,
'allow_private_folder' => false,
'private_folder_name' => 'UniSharp\\LaravelFilemanager\\Handlers\\ConfigHandler',
'allow_shared_folder' => false,
'shared_folder_name' => 'shares',
'folder_categories' =>
array (
'file' =>
array (
'folder_name' => '/',
'startup_view' => 'list',
'max_size' => 50000,
'thumb' => true,
'thumb_width' => 80,
'thumb_height' => 80,
'valid_mime' =>
array (
0 => 'image/jpeg',
1 => 'image/pjpeg',
2 => 'image/png',
3 => 'image/gif',
4 => 'application/pdf',
5 => 'text/plain',
6 => 'video/mp4',
),
),
'image' =>
array (
'folder_name' => '/',
'startup_view' => 'grid',
'max_size' => 50000,
'thumb' => true,
'thumb_width' => 80,
'thumb_height' => 80,
'valid_mime' =>
array (
0 => 'image/jpeg',
1 => 'image/pjpeg',
2 => 'image/png',
3 => 'image/gif',
),
),
),
'paginator' =>
array (
'perPage' => 30,
),
'disk' => 'public',
'rename_file' => false,
'rename_duplicates' => false,
'alphanumeric_filename' => false,
'alphanumeric_directory' => false,
'should_validate_size' => false,
'should_validate_mime' => true,
'over_write_on_duplicate' => false,
'disallowed_mimetypes' =>
array (
0 => 'text/x-php',
1 => 'text/html',
2 => 'text/plain',
),
'disallowed_extensions' =>
array (
0 => 'php',
1 => 'html',
),
'item_columns' =>
array (
0 => 'name',
1 => 'url',
2 => 'time',
3 => 'icon',
4 => 'is_file',
5 => 'is_image',
6 => 'thumb_url',
),
'should_create_thumbnails' => true,
'thumb_folder_name' => 'thumbs',
'raster_mimetypes' =>
array (
0 => 'image/jpeg',
1 => 'image/pjpeg',
2 => 'image/png',
3 => 'video/mp4',
),
'thumb_img_width' => 200,
'thumb_img_height' => 200,
'file_type_array' =>
array (
'pdf' => 'Adobe Acrobat',
'doc' => 'Microsoft Word',
'docx' => 'Microsoft Word',
'xls' => 'Microsoft Excel',
'xlsx' => 'Microsoft Excel',
'zip' => 'Archive',
'gif' => 'GIF Image',
'jpg' => 'JPEG Image',
'jpeg' => 'JPEG Image',
'png' => 'PNG Image',
'ppt' => 'Microsoft PowerPoint',
'pptx' => 'Microsoft PowerPoint',
),
'php_ini_overrides' =>
array (
'memory_limit' => '256M',
),
),
'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' => '/home/bdqbpbxa/dev-subdomains/api-uniferx.goodface.com.ua/storage/logs/laravel.log',
'level' => 'debug',
'replace_placeholders' => true,
),
'daily' =>
array (
'driver' => 'daily',
'path' => '/home/bdqbpbxa/dev-subdomains/api-uniferx.goodface.com.ua/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',
'formatter' => NULL,
'with' =>
array (
'stream' => 'php://stderr',
),
'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' => '/home/bdqbpbxa/dev-subdomains/api-uniferx.goodface.com.ua/storage/logs/laravel.log',
),
),
),
'mail' =>
array (
'default' => 'smtp',
'mailers' =>
array (
'smtp' =>
array (
'transport' => 'smtp',
'url' => NULL,
'host' => 'sandbox.smtp.mailtrap.io',
'port' => '2525',
'encryption' => 'tls',
'username' => '18d8e9b0c2d97d',
'password' => '356d14ca9f69af',
'timeout' => NULL,
'local_domain' => NULL,
),
'ses' =>
array (
'transport' => 'ses',
),
'mailgun' =>
array (
'transport' => 'mailgun',
),
'postmark' =>
array (
'transport' => 'postmark',
),
'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',
),
),
),
'from' =>
array (
'address' => 'uniferx@gmail.com',
'name' => 'Uniferx',
),
'markdown' =>
array (
'theme' => 'default',
'paths' =>
array (
0 => '/home/bdqbpbxa/dev-subdomains/api-uniferx.goodface.com.ua/resources/views/vendor/mail',
),
),
),
'nova' =>
array (
'license_key' => NULL,
'name' => 'Uniferx',
'domain' => NULL,
'path' => '/',
'guard' => NULL,
'passwords' => NULL,
'middleware' =>
array (
0 => 'web',
1 => 'Laravel\\Nova\\Http\\Middleware\\HandleInertiaRequests',
2 => 'Laravel\\Nova\\Http\\Middleware\\DispatchServingNovaEvent',
3 => 'Laravel\\Nova\\Http\\Middleware\\BootTools',
),
'api_middleware' =>
array (
0 => 'nova',
1 => 'Laravel\\Nova\\Http\\Middleware\\Authenticate',
2 => 'Laravel\\Nova\\Http\\Middleware\\Authorize',
),
'pagination' => 'simple',
'storage_disk' => 'public',
'currency' => 'USD',
'actions' =>
array (
'resource' => 'Laravel\\Nova\\Actions\\ActionResource',
),
'impersonation' =>
array (
'started' => '/',
'stopped' => '/',
),
),
'nova-file-manager' =>
array (
'default_disk' => 'public',
'available_disks' =>
array (
0 => 'public',
),
'show_hidden_files' => false,
'human_readable_size' => true,
'human_readable_datetime' => true,
'file_analysis' =>
array (
'enabled' => true,
'cache' =>
array (
'enabled' => true,
'ttl_in_seconds' => 86400,
),
),
'entities' =>
array (
'image' => 'Oneduo\\NovaFileManager\\Entities\\Image',
'video' => 'Oneduo\\NovaFileManager\\Entities\\Video',
'default' => 'Oneduo\\NovaFileManager\\Entities\\File',
),
'url_signing' =>
array (
'enabled' => false,
'unit' => 'minutes',
'value' => 10,
),
'update_checker' =>
array (
'enabled' => true,
'ttl_in_days' => 1,
),
'tour' =>
array (
'enabled' => true,
),
'use_pintura' => false,
'path' => '/nova-file-manager',
'upload_replace_existing' => false,
),
'posts' =>
array (
'types' =>
array (
'Research' => 'Research',
'News' => 'News',
'Article' => 'Article',
'Event' => 'Event',
'Promo' => 'Promo',
),
),
'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' => '',
'secret' => '',
'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,
),
),
'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 => 'api-uniferx.goodface.com.ua',
),
'guard' =>
array (
0 => 'web',
),
'expiration' => NULL,
'token_prefix' => '',
'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',
'scheme' => 'https',
),
'postmark' =>
array (
'token' => NULL,
),
'ses' =>
array (
'key' => '',
'secret' => '',
'region' => 'us-east-1',
),
),
'session' =>
array (
'driver' => 'file',
'lifetime' => '120',
'expire_on_close' => false,
'encrypt' => false,
'files' => '/home/bdqbpbxa/dev-subdomains/api-uniferx.goodface.com.ua/storage/framework/sessions',
'connection' => NULL,
'table' => 'sessions',
'store' => NULL,
'lottery' =>
array (
0 => 2,
1 => 100,
),
'cookie' => 'uniferx_session',
'path' => '/',
'domain' => NULL,
'secure' => NULL,
'http_only' => true,
'same_site' => 'lax',
),
'view' =>
array (
'paths' =>
array (
0 => '/home/bdqbpbxa/dev-subdomains/api-uniferx.goodface.com.ua/resources/views',
),
'compiled' => '/home/bdqbpbxa/dev-subdomains/api-uniferx.goodface.com.ua/storage/framework/views',
),
'inertia' =>
array (
'ssr' =>
array (
'enabled' => true,
'url' => 'http://127.0.0.1:13714',
),
'testing' =>
array (
'ensure_pages_exist' => true,
'page_paths' =>
array (
0 => '/home/bdqbpbxa/dev-subdomains/api-uniferx.goodface.com.ua/resources/js/Pages',
),
'page_extensions' =>
array (
0 => 'js',
1 => 'jsx',
2 => 'svelte',
3 => 'ts',
4 => 'tsx',
5 => 'vue',
),
),
),
'image' =>
array (
'driver' => 'gd',
),
'chunk-upload' =>
array (
'storage' =>
array (
'chunks' => 'chunks',
'disk' => 'local',
),
'clear' =>
array (
'timestamp' => '-3 HOURS',
'schedule' =>
array (
'enabled' => true,
'cron' => '25 * * * *',
),
),
'chunk' =>
array (
'name' =>
array (
'use' =>
array (
'session' => true,
'browser' => false,
),
),
),
'handlers' =>
array (
'custom' =>
array (
),
'override' =>
array (
),
),
),
'eloquent-sortable' =>
array (
'order_column_name' => 'order_column',
'sort_when_creating' => true,
),
'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,
),
'Spatie\\FlareClient\\FlareMiddleware\\CensorRequestBodyFields' =>
array (
'censor_fields' =>
array (
0 => 'password',
1 => 'password_confirmation',
),
),
'Spatie\\FlareClient\\FlareMiddleware\\CensorRequestHeaders' =>
array (
'headers' =>
array (
0 => 'API-KEY',
),
),
),
'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',
),
'ignored_solution_providers' =>
array (
),
'enable_runnable_solutions' => NULL,
'remote_sites_path' => '/home/bdqbpbxa/dev-subdomains/api-uniferx.goodface.com.ua',
'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',
),
),
'lfm-config' =>
array (
'use_package_routes' => true,
'allow_private_folder' => true,
'private_folder_name' => 'UniSharp\\LaravelFilemanager\\Handlers\\ConfigHandler',
'allow_shared_folder' => true,
'shared_folder_name' => 'shares',
'folder_categories' =>
array (
'file' =>
array (
'folder_name' => 'files',
'startup_view' => 'list',
'max_size' => 50000,
'thumb' => true,
'thumb_width' => 80,
'thumb_height' => 80,
'valid_mime' =>
array (
0 => 'image/jpeg',
1 => 'image/pjpeg',
2 => 'image/png',
3 => 'image/gif',
4 => 'application/pdf',
5 => 'text/plain',
),
),
'image' =>
array (
'folder_name' => 'photos',
'startup_view' => 'grid',
'max_size' => 50000,
'thumb' => true,
'thumb_width' => 80,
'thumb_height' => 80,
'valid_mime' =>
array (
0 => 'image/jpeg',
1 => 'image/pjpeg',
2 => 'image/png',
3 => 'image/gif',
),
),
),
'paginator' =>
array (
'perPage' => 30,
),
'disk' => 'public',
'rename_file' => false,
'rename_duplicates' => false,
'alphanumeric_filename' => false,
'alphanumeric_directory' => false,
'should_validate_size' => false,
'should_validate_mime' => true,
'over_write_on_duplicate' => false,
'disallowed_mimetypes' =>
array (
0 => 'text/x-php',
1 => 'text/html',
2 => 'text/plain',
),
'disallowed_extensions' =>
array (
0 => 'php',
1 => 'html',
),
'item_columns' =>
array (
0 => 'name',
1 => 'url',
2 => 'time',
3 => 'icon',
4 => 'is_file',
5 => 'is_image',
6 => 'thumb_url',
),
'should_create_thumbnails' => true,
'thumb_folder_name' => 'thumbs',
'raster_mimetypes' =>
array (
0 => 'image/jpeg',
1 => 'image/pjpeg',
2 => 'image/png',
),
'thumb_img_width' => 200,
'thumb_img_height' => 200,
'file_type_array' =>
array (
'pdf' => 'Adobe Acrobat',
'doc' => 'Microsoft Word',
'docx' => 'Microsoft Word',
'xls' => 'Microsoft Excel',
'xlsx' => 'Microsoft Excel',
'zip' => 'Archive',
'gif' => 'GIF Image',
'jpg' => 'JPEG Image',
'jpeg' => 'JPEG Image',
'png' => 'PNG Image',
'ppt' => 'Microsoft PowerPoint',
'pptx' => 'Microsoft PowerPoint',
),
'php_ini_overrides' =>
array (
'memory_limit' => '256M',
),
),
'tinker' =>
array (
'commands' =>
array (
),
'alias' =>
array (
),
'dont_alias' =>
array (
0 => 'App\\Nova',
),
),
);