%PDF- %PDF-
| Direktori : /www/loslex/production/bootstrap/cache/ |
| Current File : //www/loslex/production/bootstrap/cache/config.php |
<?php return array (
'app' =>
array (
'name' => 'LOS - Lidová obranná střelba',
'env' => 'production',
'debug' => false,
'url' => 'https://www.loslex.cz',
'homepage' => '/contest',
'asset_url' => NULL,
'timezone' => 'Europe/Prague',
'locale' => 'cs',
'fallback_locale' => 'en',
'faker_locale' => 'cs_CZ',
'languages' =>
array (
'cs' => 'Čeština',
'en' => 'English',
),
'key' => 'base64:s4E8It0j10n2vF/i7cSdPfNxDNkuK3dITf+Q8up0sq4=',
'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\\Auth\\Passwords\\PasswordResetServiceProvider',
15 => 'Illuminate\\Pipeline\\PipelineServiceProvider',
16 => 'Illuminate\\Queue\\QueueServiceProvider',
17 => 'Illuminate\\Redis\\RedisServiceProvider',
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\\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',
'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',
'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' => 180,
'throttle' => 60,
),
),
'password_timeout' => 10800,
'verification' =>
array (
'expire' => 720,
),
'disabled_usernames' =>
array (
0 => 'admin',
1 => 'administrator',
2 => 'root',
3 => 'superadmin',
4 => 'supervisor',
5 => 'organizer',
),
),
'broadcasting' =>
array (
'default' => 'log',
'connections' =>
array (
'pusher' =>
array (
'driver' => 'pusher',
'key' => '',
'secret' => '',
'app_id' => '',
'options' =>
array (
'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' => 'redis',
'stores' =>
array (
'none' =>
array (
'driver' => 'null',
),
'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' => '/www/loslex/production/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' => 'los_lidova_obranna_strelba_cache_',
),
'cookie-consent' =>
array (
'enabled' => true,
'cookie_name' => 'laravel_cookie_consent',
'cookie_lifetime' => 30,
),
'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' => 'loslex',
'prefix' => '',
'foreign_key_constraints' => true,
),
'mysql' =>
array (
'driver' => 'mysql',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'loslex',
'username' => 'loslex',
'password' => 'XF6cPveMNXdBQeeV',
'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' => 'loslex',
'username' => 'loslex',
'password' => 'XF6cPveMNXdBQeeV',
'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' => 'loslex',
'username' => 'loslex',
'password' => 'XF6cPveMNXdBQeeV',
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
),
),
'migrations' => 'migrations',
'redis' =>
array (
'client' => 'phpredis',
'options' =>
array (
'cluster' => 'redis',
'prefix' => 'los_lidova_obranna_strelba_database_',
),
'default' =>
array (
'url' => NULL,
'host' => '127.0.0.1',
'username' => NULL,
'password' => NULL,
'port' => '6379',
'database' => '7',
),
'cache' =>
array (
'url' => NULL,
'host' => '127.0.0.1',
'username' => NULL,
'password' => NULL,
'port' => '6379',
'database' => '7',
),
),
),
'dompdf' =>
array (
'show_warnings' => false,
'public_path' => NULL,
'convert_entities' => true,
'options' =>
array (
'font_dir' => '/www/loslex/production/storage/fonts',
'font_cache' => '/www/loslex/production/storage/fonts',
'temp_dir' => '/tmp',
'chroot' => '/www/loslex/production',
'allowed_protocols' =>
array (
'file://' =>
array (
'rules' =>
array (
),
),
'http://' =>
array (
'rules' =>
array (
),
),
'https://' =>
array (
'rules' =>
array (
),
),
),
'log_output_file' => NULL,
'enable_font_subsetting' => false,
'pdf_backend' => 'CPDF',
'default_media_type' => 'screen',
'default_paper_size' => 'a4',
'default_paper_orientation' => 'portrait',
'default_font' => 'serif',
'dpi' => 96,
'enable_php' => false,
'enable_javascript' => true,
'enable_remote' => true,
'font_height_ratio' => 1.1,
'enable_html5_parser' => true,
),
),
'filesystems' =>
array (
'default' => 'local',
'disks' =>
array (
'local' =>
array (
'driver' => 'local',
'root' => '/www/loslex/production/storage/app',
'throw' => false,
),
'public' =>
array (
'driver' => 'local',
'root' => '/www/loslex/production/storage/app/public',
'url' => 'https://www.loslex.cz/storage',
'visibility' => 'public',
'throw' => false,
),
'contests' =>
array (
'driver' => 'local',
'root' => '/www/loslex/production/storage/app/contests',
'throw' => false,
),
'cup' =>
array (
'driver' => 'local',
'root' => '/www/loslex/production/storage/app/cup',
'throw' => false,
),
'templates' =>
array (
'driver' => 'local',
'root' => '/www/loslex/production/storage/app/templates',
'throw' => false,
),
),
'links' =>
array (
'/www/loslex/production/public/storage' => '/www/loslex/production/storage/app/public',
),
),
'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,
),
'hashing' =>
array (
'driver' => 'bcrypt',
'bcrypt' =>
array (
'rounds' => 10,
),
'argon' =>
array (
'memory' => 65536,
'threads' => 1,
'time' => 4,
),
),
'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',
),
'ignored_solution_providers' =>
array (
),
'enable_runnable_solutions' => NULL,
'remote_sites_path' => '/www/loslex/production',
'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',
),
),
'livewire' =>
array (
'class_namespace' => 'App\\Livewire',
'view_path' => '/www/loslex/production/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,
),
'render_on_redirect' => false,
'legacy_model_binding' => false,
'inject_assets' => false,
'navigate' =>
array (
'show_progress_bar' => true,
'progress_bar_color' => '#2299dd',
),
'inject_morph_markers' => true,
'pagination_theme' => 'tailwind',
),
'localizator' =>
array (
'localize' =>
array (
'default' => true,
'json' => true,
),
'search' =>
array (
'dirs' =>
array (
0 => 'resources/views',
1 => 'app/Mail',
),
'exclude' =>
array (
),
'patterns' =>
array (
0 => '*.php',
),
'functions' =>
array (
0 => '__',
1 => 'trans',
2 => '@lang',
),
),
'sort' => false,
),
'logging' =>
array (
'default' => 'database',
'deprecations' =>
array (
'channel' => NULL,
'trace' => false,
),
'channels' =>
array (
'stack' =>
array (
'driver' => 'stack',
'channels' =>
array (
0 => 'single',
),
'ignore_exceptions' => false,
),
'database' =>
array (
'driver' => 'custom',
'via' => 'danielme85\\LaravelLogToDB\\LogToDbHandler',
'level' => 'info',
),
'single' =>
array (
'driver' => 'single',
'path' => '/www/loslex/production/storage/logs/laravel.log',
'level' => 'info',
'replace_placeholders' => true,
),
'daily' =>
array (
'driver' => 'daily',
'path' => '/www/loslex/production/storage/logs/laravel.log',
'level' => 'info',
'days' => 60,
'replace_placeholders' => true,
),
'slack' =>
array (
'driver' => 'slack',
'url' => NULL,
'username' => 'Laravel Log',
'emoji' => ':boom:',
'level' => 'info',
'replace_placeholders' => true,
),
'papertrail' =>
array (
'driver' => 'monolog',
'level' => 'info',
'handler' => 'Monolog\\Handler\\SyslogUdpHandler',
'handler_with' =>
array (
'host' => NULL,
'port' => NULL,
'connectionString' => 'tls://:',
),
'processors' =>
array (
0 => 'Monolog\\Processor\\PsrLogMessageProcessor',
),
),
'stderr' =>
array (
'driver' => 'monolog',
'level' => 'info',
'handler' => 'Monolog\\Handler\\StreamHandler',
'formatter' => NULL,
'with' =>
array (
'stream' => 'php://stderr',
),
'processors' =>
array (
0 => 'Monolog\\Processor\\PsrLogMessageProcessor',
),
),
'syslog' =>
array (
'driver' => 'syslog',
'level' => 'info',
'facility' => 8,
'replace_placeholders' => true,
),
'errorlog' =>
array (
'driver' => 'errorlog',
'level' => 'info',
'replace_placeholders' => true,
),
'null' =>
array (
'driver' => 'monolog',
'handler' => 'Monolog\\Handler\\NullHandler',
),
'emergency' =>
array (
'path' => '/www/loslex/production/storage/logs/laravel.log',
),
),
),
'logtodb' =>
array (
'connection' => 'mysql',
'collection' => 'log',
'detailed' => true,
'model' => false,
'queue' => false,
'queue_name' => '',
'queue_connection' => '',
'max_records' => false,
'max_hours' => false,
'datetime_format' => 'Y-m-d H:i:s:ms',
),
'mail' =>
array (
'default' => 'smtp',
'mailers' =>
array (
'smtp' =>
array (
'transport' => 'smtp',
'url' => NULL,
'host' => 'mrazitko.varak.net',
'port' => '25',
'encryption' => NULL,
'username' => 'loslex@varak.net',
'password' => 'zQ8waUfAmqBxh65SLutgRk',
'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' => 'admin@loslex.cz',
'name' => 'LOS - Lidová obranná střelba',
),
'markdown' =>
array (
'theme' => 'default',
'paths' =>
array (
0 => '/www/loslex/production/resources/views/vendor/mail',
),
),
),
'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 => 'www.loslex.cz',
),
'guard' =>
array (
0 => 'web',
),
'expiration' => NULL,
'token_prefix' => '',
'middleware' =>
array (
'verify_csrf_token' => 'App\\Http\\Middleware\\VerifyCsrfToken',
'encrypt_cookies' => 'App\\Http\\Middleware\\EncryptCookies',
),
),
'sentry' =>
array (
'dsn' => 'https://b8c7541f09096edb1274accd85c6124a@o4506139868069888.ingest.sentry.io/4506139876720640',
'release' => NULL,
'environment' => NULL,
'sample_rate' => 1.0,
'traces_sample_rate' => 0.1,
'profiles_sample_rate' => NULL,
'send_default_pii' => false,
'breadcrumbs' =>
array (
'logs' => true,
'cache' => true,
'livewire' => true,
'sql_queries' => true,
'sql_bindings' => false,
'queue_info' => true,
'command_info' => true,
'http_client_requests' => true,
),
'tracing' =>
array (
'queue_job_transactions' => false,
'queue_jobs' => true,
'sql_queries' => true,
'sql_origin' => true,
'views' => true,
'livewire' => true,
'http_client_requests' => true,
'redis_commands' => false,
'redis_origin' => true,
'missing_routes' => false,
'continue_after_response' => true,
'default_integrations' => true,
),
),
'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',
),
'recaptcha' =>
array (
'site_key' => '6LfLfEAmAAAAADI-MwNXvBfD1UTWo0mWL1PaNe7o',
'secret_key' => '6LfLfEAmAAAAACUoUsFTc3xMD3mW-V0-YFizhrAy',
'min_score' => '0.5',
),
),
'session' =>
array (
'driver' => 'redis',
'lifetime' => '120',
'expire_on_close' => false,
'encrypt' => false,
'files' => '/www/loslex/production/storage/framework/sessions',
'connection' => NULL,
'table' => 'sessions',
'store' => NULL,
'lottery' =>
array (
0 => 2,
1 => 100,
),
'cookie' => 'los_lidova_obranna_strelba_session',
'path' => '/',
'domain' => NULL,
'secure' => NULL,
'http_only' => true,
'same_site' => 'lax',
),
'tinker' =>
array (
'commands' =>
array (
),
'alias' =>
array (
),
'dont_alias' =>
array (
0 => 'App\\Nova',
),
),
'view' =>
array (
'paths' =>
array (
0 => '/www/loslex/production/resources/views',
),
'compiled' => '/www/loslex/production/storage/framework/views',
),
'debugbar' =>
array (
'enabled' => NULL,
'except' =>
array (
0 => 'telescope*',
1 => 'horizon*',
),
'storage' =>
array (
'enabled' => true,
'open' => NULL,
'driver' => 'file',
'path' => '/www/loslex/production/storage/debugbar',
'connection' => NULL,
'provider' => '',
'hostname' => '127.0.0.1',
'port' => 2304,
),
'editor' => 'phpstorm',
'remote_sites_path' => NULL,
'local_sites_path' => NULL,
'include_vendors' => true,
'capture_ajax' => true,
'add_ajax_timing' => false,
'ajax_handler_auto_show' => true,
'ajax_handler_enable_tab' => true,
'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,
'jobs' => false,
),
'options' =>
array (
'time' =>
array (
'memory_usage' => false,
),
'messages' =>
array (
'trace' => true,
),
'memory' =>
array (
'reset_peak' => false,
'with_baseline' => false,
'precision' => 0,
),
'auth' =>
array (
'show_name' => true,
'show_guards' => 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,
'slow_threshold' => false,
'memory_usage' => false,
'soft_limit' => 100,
'hard_limit' => 500,
),
'mail' =>
array (
'timeline' => false,
'show_body' => true,
),
'views' =>
array (
'timeline' => false,
'data' => false,
'group' => 50,
'exclude_paths' =>
array (
0 => 'vendor/filament',
),
),
'route' =>
array (
'label' => true,
),
'session' =>
array (
'hiddens' =>
array (
),
),
'symfony_request' =>
array (
'hiddens' =>
array (
),
),
'events' =>
array (
'data' => false,
),
'logs' =>
array (
'file' => NULL,
),
'cache' =>
array (
'values' => true,
),
),
'inject' => true,
'route_prefix' => '_debugbar',
'route_middleware' =>
array (
),
'route_domain' => NULL,
'theme' => 'auto',
'debug_backtrace_limit' => 50,
),
'laravel-maps' =>
array (
'paths' => '/www/loslex/production/resources/views',
'mapbox' =>
array (
'access_token' => NULL,
),
'google_maps' =>
array (
'access_token' => 'AIzaSyACB1oVzYuHyj2SQ1ddbsfXcU9rqvFTSL0',
),
),
'wire-elements-modal' =>
array (
'include_css' => false,
'include_js' => true,
'component_defaults' =>
array (
'modal_max_width' => '2xl',
'close_modal_on_click_away' => true,
'close_modal_on_escape' => true,
'close_modal_on_escape_is_forceful' => true,
'dispatch_close_event' => false,
'destroy_on_close' => false,
),
),
'laravel-spatial' =>
array (
'geometrycollection' => 'ASanikovich\\LaravelSpatial\\Geometry\\GeometryCollection',
'linestring' => 'ASanikovich\\LaravelSpatial\\Geometry\\LineString',
'multilinestring' => 'ASanikovich\\LaravelSpatial\\Geometry\\MultiLineString',
'multipoint' => 'ASanikovich\\LaravelSpatial\\Geometry\\MultiPoint',
'multipolygon' => 'ASanikovich\\LaravelSpatial\\Geometry\\MultiPolygon',
'point' => 'ASanikovich\\LaravelSpatial\\Geometry\\Point',
'polygon' => 'ASanikovich\\LaravelSpatial\\Geometry\\Polygon',
),
'maps' =>
array (
'paths' => '/www/loslex/production/resources/views',
'mapbox' =>
array (
'access_token' => NULL,
),
'google_maps' =>
array (
'access_token' => 'AIzaSyACB1oVzYuHyj2SQ1ddbsfXcU9rqvFTSL0',
),
),
);