File: /var/www/store.akrozia.org/bootstrap/cache/config.php
<?php return array (
'app' =>
array (
'name' => 'Магазин Гамма',
'env' => 'production',
'debug' => false,
'url' => 'https://store.akrozia.org',
'timezone' => 'Europe/Sofia',
'locale' => 'bg',
'fallback_locale' => 'bg',
'key' => 'base64:utOEofqNrYxj/nT8+Eo6wp3EuEHN5/yt5riVSqp3yL0=',
'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 => 'Intervention\\Image\\ImageServiceProvider',
23 => 'Anhskohbo\\NoCaptcha\\NoCaptchaServiceProvider',
24 => 'App\\Providers\\AppServiceProvider',
25 => 'App\\Providers\\AuthServiceProvider',
26 => 'App\\Providers\\EventServiceProvider',
27 => 'App\\Providers\\RouteServiceProvider',
),
'aliases' =>
array (
'App' => 'Illuminate\\Support\\Facades\\App',
'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',
'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',
'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',
'Redirect' => 'Illuminate\\Support\\Facades\\Redirect',
'Redis' => 'Illuminate\\Support\\Facades\\Redis',
'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',
'URL' => 'Illuminate\\Support\\Facades\\URL',
'Validator' => 'Illuminate\\Support\\Facades\\Validator',
'View' => 'Illuminate\\Support\\Facades\\View',
'Image' => 'Intervention\\Image\\Facades\\Image',
'NoCaptcha' => 'Anhskohbo\\NoCaptcha\\Facades\\NoCaptcha',
),
),
'auth' =>
array (
'defaults' =>
array (
'guard' => 'web',
'passwords' => 'users',
),
'guards' =>
array (
'web' =>
array (
'driver' => 'session',
'provider' => 'users',
),
'api' =>
array (
'driver' => 'token',
'provider' => 'users',
),
'sanctum' =>
array (
'driver' => 'sanctum',
'provider' => NULL,
),
),
'providers' =>
array (
'users' =>
array (
'driver' => 'eloquent',
'model' => 'App\\User',
),
),
'passwords' =>
array (
'users' =>
array (
'provider' => 'users',
'table' => 'password_resets',
'expire' => 60,
),
),
),
'broadcasting' =>
array (
'default' => 'null',
'connections' =>
array (
'pusher' =>
array (
'driver' => 'pusher',
'key' => NULL,
'secret' => NULL,
'app_id' => NULL,
'options' =>
array (
'cluster' => NULL,
'encrypted' => true,
),
),
'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',
),
'database' =>
array (
'driver' => 'database',
'table' => 'cache',
'connection' => NULL,
),
'file' =>
array (
'driver' => 'file',
'path' => '/var/www/store.akrozia.org/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' => 'default',
),
),
'prefix' => 'magazin_gamma_cache',
),
'captcha' =>
array (
'secret' => '',
'sitekey' => '',
'options' =>
array (
'timeout' => 30,
),
),
'cookie-consent' =>
array (
'enabled' => true,
'cookie_name' => 'laravel_cookie_consent',
'cookie_lifetime' => 7300,
),
'database' =>
array (
'default' => 'mysql',
'connections' =>
array (
'sqlite' =>
array (
'driver' => 'sqlite',
'database' => 'store_akrozia',
'prefix' => '',
),
'mysql' =>
array (
'driver' => 'mysql',
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'store_akrozia',
'username' => 'store_akrozia',
'password' => 'P1q2R3s4T!5u6V7%w8X9y$Z',
'unix_socket' => '',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
),
'pgsql' =>
array (
'driver' => 'pgsql',
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'store_akrozia',
'username' => 'store_akrozia',
'password' => 'P1q2R3s4T!5u6V7%w8X9y$Z',
'charset' => 'utf8',
'prefix' => '',
'schema' => 'public',
'sslmode' => 'prefer',
),
'sqlsrv' =>
array (
'driver' => 'sqlsrv',
'host' => 'localhost',
'port' => '3306',
'database' => 'store_akrozia',
'username' => 'store_akrozia',
'password' => 'P1q2R3s4T!5u6V7%w8X9y$Z',
'charset' => 'utf8',
'prefix' => '',
),
),
'migrations' => 'migrations',
'redis' =>
array (
'client' => 'predis',
'default' =>
array (
'host' => '127.0.0.1',
'password' => NULL,
'port' => 6379,
'database' => 0,
),
),
),
'dev' =>
array (
'owner_email' => 'pavel@akrozia.org',
'owner_password' => 'tralala123',
),
'filesystems' =>
array (
'default' => 'local',
'cloud' => 's3',
'disks' =>
array (
'local' =>
array (
'driver' => 'local',
'root' => '/var/www/store.akrozia.org/storage/app',
),
'public' =>
array (
'driver' => 'local',
'root' => '/var/www/store.akrozia.org/storage/app/public',
'url' => 'https://store.akrozia.org/storage',
'visibility' => 'public',
),
's3' =>
array (
'driver' => 's3',
'key' => NULL,
'secret' => NULL,
'region' => NULL,
'bucket' => NULL,
'url' => NULL,
),
),
),
'hashing' =>
array (
'driver' => 'bcrypt',
'bcrypt' =>
array (
'rounds' => 10,
),
'argon' =>
array (
'memory' => 1024,
'threads' => 2,
'time' => 2,
),
),
'laravellocalization' =>
array (
'supportedLocales' =>
array (
'en' =>
array (
'name' => 'English',
'script' => 'Latn',
'native' => 'English',
'regional' => 'en_GB',
),
'bg' =>
array (
'name' => 'Bulgarian',
'script' => 'Cyrl',
'native' => 'Български',
'regional' => 'bg_BG',
),
),
'useAcceptLanguageHeader' => true,
'hideDefaultLocaleInURL' => false,
'localesOrder' =>
array (
),
'localesMapping' =>
array (
),
'utf8suffix' => '.UTF-8',
'urlsIgnored' =>
array (
0 => '/skipped',
),
'httpMethodsIgnored' =>
array (
0 => 'POST',
1 => 'PUT',
2 => 'PATCH',
3 => 'DELETE',
),
),
'lfm' =>
array (
'valid_image_mimetypes' =>
array (
0 => 'image/jpg',
1 => 'image/bmp',
2 => 'image/jpeg',
3 => 'image/pjpeg',
4 => 'image/png',
5 => 'image/gif',
6 => 'image/svg+xml',
),
'use_package_routes' => false,
'middlewares' =>
array (
0 => 'web',
1 => 'auth',
),
'url_prefix' => 'laravel-filemanager',
'relative_paths' => false,
'allow_multi_user' => true,
'allow_share_folder' => true,
'user_folder_name' => 'UniSharp\\LaravelFilemanager\\Handlers\\ConfigHandler',
'shared_folder_name' => 'shares',
'thumb_folder_name' => 'thumbs',
'folder_categories' =>
array (
'file' =>
array (
'folder_name' => 'files',
'startup_view' => 'grid',
'max_size' => 50000,
'valid_mime' =>
array (
0 => 'image/jpeg',
1 => 'image/pjpeg',
2 => 'image/png',
3 => 'image/gif',
4 => 'image/svg+xml',
),
),
'image' =>
array (
'folder_name' => 'photos',
'startup_view' => 'list',
'max_size' => 50000,
'valid_mime' =>
array (
0 => 'image/jpeg',
1 => 'image/pjpeg',
2 => 'image/png',
3 => 'image/gif',
4 => 'image/svg+xml',
5 => 'application/pdf',
6 => 'text/plain',
),
),
),
'disk' => 'public',
'rename_file' => true,
'alphanumeric_filename' => false,
'alphanumeric_directory' => false,
'should_validate_size' => false,
'should_validate_mime' => false,
'create_folder_mode' => 493,
'create_file_mode' => 420,
'should_change_file_mode' => true,
'should_create_thumbnails' => true,
'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',
),
'file_icon_array' =>
array (
'pdf' => 'fa-file-pdf-o',
'doc' => 'fa-file-word-o',
'docx' => 'fa-file-word-o',
'xls' => 'fa-file-excel-o',
'xlsx' => 'fa-file-excel-o',
'zip' => 'fa-file-archive-o',
'gif' => 'fa-file-image-o',
'jpg' => 'fa-file-image-o',
'jpeg' => 'fa-file-image-o',
'png' => 'fa-file-image-o',
'ppt' => 'fa-file-powerpoint-o',
'pptx' => 'fa-file-powerpoint-o',
),
'php_ini_overrides' =>
array (
'memory_limit' => '256M',
),
),
'logging' =>
array (
'default' => 'stack',
'channels' =>
array (
'stack' =>
array (
'driver' => 'stack',
'channels' =>
array (
0 => 'single',
),
),
'single' =>
array (
'driver' => 'single',
'path' => '/var/www/store.akrozia.org/storage/logs/laravel.log',
'level' => 'debug',
),
'daily' =>
array (
'driver' => 'daily',
'path' => '/var/www/store.akrozia.org/storage/logs/laravel.log',
'level' => 'debug',
'days' => 7,
),
'slack' =>
array (
'driver' => 'slack',
'url' => NULL,
'username' => 'Laravel Log',
'emoji' => ':boom:',
'level' => 'critical',
),
'stderr' =>
array (
'driver' => 'monolog',
'handler' => 'Monolog\\Handler\\StreamHandler',
'with' =>
array (
'stream' => 'php://stderr',
),
),
'syslog' =>
array (
'driver' => 'syslog',
'level' => 'debug',
),
'errorlog' =>
array (
'driver' => 'errorlog',
'level' => 'debug',
),
),
),
'mail' =>
array (
'driver' => 'smtp',
'host' => 'smtp.gmail.com',
'port' => '587',
'from' => NULL,
'name' => 'Магазин Гамма',
'encryption' => 'tls',
'username' => '',
'password' => '',
'sendmail' => '/usr/sbin/sendmail -bs',
),
'queue' =>
array (
'default' => 'sync',
'connections' =>
array (
'sync' =>
array (
'driver' => 'sync',
),
'database' =>
array (
'driver' => 'database',
'table' => 'jobs',
'queue' => 'default',
'retry_after' => 90,
),
'beanstalkd' =>
array (
'driver' => 'beanstalkd',
'host' => 'localhost',
'queue' => 'default',
'retry_after' => 90,
),
'sqs' =>
array (
'driver' => 'sqs',
'key' => 'your-public-key',
'secret' => 'your-secret-key',
'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id',
'queue' => 'your-queue-name',
'region' => 'us-east-1',
),
'redis' =>
array (
'driver' => 'redis',
'connection' => 'default',
'queue' => 'default',
'retry_after' => 90,
'block_for' => NULL,
),
),
'failed' =>
array (
'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 => 'store.akrozia.org',
),
'guard' =>
array (
0 => 'web',
),
'expiration' => NULL,
'token_prefix' => '',
'middleware' =>
array (
'authenticate_session' => 'Laravel\\Sanctum\\Http\\Middleware\\AuthenticateSession',
'encrypt_cookies' => 'App\\Http\\Middleware\\EncryptCookies',
'verify_csrf_token' => 'App\\Http\\Middleware\\VerifyCsrfToken',
),
),
'services' =>
array (
'mailgun' =>
array (
'domain' => NULL,
'secret' => NULL,
),
'ses' =>
array (
'key' => NULL,
'secret' => NULL,
'region' => 'us-east-1',
),
'sparkpost' =>
array (
'secret' => NULL,
),
'stripe' =>
array (
'model' => 'App\\User',
'key' => NULL,
'secret' => NULL,
),
),
'session' =>
array (
'driver' => 'file',
'lifetime' => 120,
'expire_on_close' => false,
'encrypt' => false,
'files' => '/var/www/store.akrozia.org/storage/framework/sessions',
'connection' => NULL,
'table' => 'sessions',
'store' => NULL,
'lottery' =>
array (
0 => 2,
1 => 100,
),
'cookie' => 'magazin_gamma_session',
'path' => '/',
'domain' => NULL,
'secure' => false,
'http_only' => true,
'same_site' => NULL,
),
'view' =>
array (
'paths' =>
array (
0 => '/var/www/store.akrozia.org/resources/views',
),
'compiled' => '/var/www/store.akrozia.org/storage/framework/views',
),
'image' =>
array (
'driver' => 'gd',
),
'generators' =>
array (
'config' =>
array (
'migration_template_path' => '/var/www/store.akrozia.org/vendor/kitloong/laravel-migrations-generator/src/config/../MigrationsGenerator/stub/migration.stub',
'migration_target_path' => '/var/www/store.akrozia.org/database/migrations',
'filename_pattern' =>
array (
'table' => '[datetime_prefix]_create_[table]_table.php',
'view' => '[datetime_prefix]_create_[table]_view.php',
'foreign_key' => '[datetime_prefix]_add_foreign_keys_to_[table]_table.php',
),
),
),
'excel' =>
array (
'exports' =>
array (
'chunk_size' => 1000,
'pre_calculate_formulas' => false,
'strict_null_comparison' => false,
'csv' =>
array (
'delimiter' => ',',
'enclosure' => '"',
'line_ending' => '
',
'use_bom' => false,
'include_separator_line' => false,
'excel_compatibility' => false,
'output_encoding' => '',
'test_auto_detect' => true,
),
'properties' =>
array (
'creator' => '',
'lastModifiedBy' => '',
'title' => '',
'description' => '',
'subject' => '',
'keywords' => '',
'category' => '',
'manager' => '',
'company' => '',
),
),
'imports' =>
array (
'read_only' => true,
'ignore_empty' => false,
'heading_row' =>
array (
'formatter' => 'slug',
),
'csv' =>
array (
'delimiter' => NULL,
'enclosure' => '"',
'escape_character' => '\\',
'contiguous' => false,
'input_encoding' => 'guess',
),
'properties' =>
array (
'creator' => '',
'lastModifiedBy' => '',
'title' => '',
'description' => '',
'subject' => '',
'keywords' => '',
'category' => '',
'manager' => '',
'company' => '',
),
'cells' =>
array (
'middleware' =>
array (
),
),
),
'extension_detector' =>
array (
'xlsx' => 'Xlsx',
'xlsm' => 'Xlsx',
'xltx' => 'Xlsx',
'xltm' => 'Xlsx',
'xls' => 'Xls',
'xlt' => 'Xls',
'ods' => 'Ods',
'ots' => 'Ods',
'slk' => 'Slk',
'xml' => 'Xml',
'gnumeric' => 'Gnumeric',
'htm' => 'Html',
'html' => 'Html',
'csv' => 'Csv',
'tsv' => 'Csv',
'pdf' => 'Dompdf',
),
'value_binder' =>
array (
'default' => 'Maatwebsite\\Excel\\DefaultValueBinder',
),
'cache' =>
array (
'driver' => 'memory',
'batch' =>
array (
'memory_limit' => 60000,
),
'illuminate' =>
array (
'store' => NULL,
),
'default_ttl' => 10800,
),
'transactions' =>
array (
'handler' => 'db',
'db' =>
array (
'connection' => NULL,
),
),
'temporary_files' =>
array (
'local_path' => '/var/www/store.akrozia.org/storage/framework/cache/laravel-excel',
'local_permissions' =>
array (
),
'remote_disk' => NULL,
'remote_prefix' => NULL,
'force_resync_remote' => NULL,
),
),
'honey' =>
array (
'features' =>
array (
0 => 'spammer-ip-tracking',
1 => 'block-spammers-globally',
),
'environments' =>
array (
0 => 'production',
1 => 'local',
),
'checks' =>
array (
0 => 'Lukeraymonddowning\\Honey\\Checks\\UserIsBlockedSpammerCheck',
1 => 'Lukeraymonddowning\\Honey\\Checks\\PresentButEmptyCheck',
2 => 'Lukeraymonddowning\\Honey\\Checks\\MinimumTimePassedCheck',
3 => 'Lukeraymonddowning\\Honey\\Checks\\JavascriptInputFilledCheck',
),
'minimum_time_passed' => 3,
'spammer_blocking' =>
array (
'table_name' => 'spammers',
'maximum_attempts' => 5,
),
'input_name_selectors' =>
array (
'default' => 'static',
'drivers' =>
array (
'static' =>
array (
'class' => 'Lukeraymonddowning\\Honey\\InputNameSelectors\\StaticInputNameSelector',
'names' =>
array (
'present_but_empty' => 'honey_present',
'time_of_page_load' => 'honey_time',
'javascript_input' => 'honey_javascript',
'recaptcha_input' => 'honey_recaptcha_token',
),
),
),
),
'input_values' =>
array (
'javascript' => 'Lukeraymonddowning\\Honey\\InputValues\\JavascriptInputValue',
'time_of_page_load' => 'Lukeraymonddowning\\Honey\\InputValues\\TimeOfPageLoadValue',
),
'recaptcha' =>
array (
'site_key' => NULL,
'secret_key' => NULL,
'minimum_score' => 0.5,
'token_refresh_interval' => 60000,
),
),
'breadcrumbs' =>
array (
'view' => 'breadcrumbs::bootstrap5',
'files' => '/var/www/store.akrozia.org/routes/breadcrumbs.php',
'unnamed-route-exception' => true,
'missing-route-bound-breadcrumb-exception' => true,
'invalid-named-breadcrumb-exception' => true,
'manager-class' => 'Diglactic\\Breadcrumbs\\Manager',
'generator-class' => 'Diglactic\\Breadcrumbs\\Generator',
),
'tinker' =>
array (
'commands' =>
array (
),
'alias' =>
array (
),
'dont_alias' =>
array (
0 => 'App\\Nova',
),
),
);