86 lines
2.0 KiB
PHP
Executable File
86 lines
2.0 KiB
PHP
Executable File
<?php
|
|
return [
|
|
'backend' => [
|
|
'frontName' => 'admin_1gvvti'
|
|
],
|
|
'cache' => [
|
|
'graphql' => [
|
|
'id_salt' => 'WHSwq0cP7eDaC3QpBrsmRjCdGejTKl8c'
|
|
],
|
|
'frontend' => [
|
|
'default' => [
|
|
'id_prefix' => '69d_'
|
|
],
|
|
'page_cache' => [
|
|
'id_prefix' => '69d_'
|
|
]
|
|
],
|
|
'allow_parallel_generation' => false
|
|
],
|
|
'remote_storage' => [
|
|
'driver' => 'file'
|
|
],
|
|
'queue' => [
|
|
'consumers_wait_for_messages' => 1
|
|
],
|
|
'crypt' => [
|
|
'key' => 'f1ec5abba5c959e4b6530aab6e1b55de'
|
|
],
|
|
'db' => [
|
|
'table_prefix' => '',
|
|
'connection' => [
|
|
'default' => [
|
|
'host' => 'mysql',
|
|
'dbname' => 'magento',
|
|
'username' => 'magento',
|
|
'password' => 'secret',
|
|
'model' => 'mysql4',
|
|
'engine' => 'innodb',
|
|
'initStatements' => 'SET NAMES utf8;',
|
|
'active' => '1',
|
|
'driver_options' => [
|
|
1014 => false
|
|
]
|
|
]
|
|
]
|
|
],
|
|
'resource' => [
|
|
'default_setup' => [
|
|
'connection' => 'default'
|
|
]
|
|
],
|
|
'x-frame-options' => 'SAMEORIGIN',
|
|
'MAGE_MODE' => 'developer',
|
|
'session' => [
|
|
'save' => 'files'
|
|
],
|
|
'lock' => [
|
|
'provider' => 'db'
|
|
],
|
|
'directories' => [
|
|
'document_root_is_pub' => true
|
|
],
|
|
'cache_types' => [
|
|
'config' => 1,
|
|
'layout' => 1,
|
|
'block_html' => 1,
|
|
'collections' => 1,
|
|
'reflection' => 1,
|
|
'db_ddl' => 1,
|
|
'compiled_config' => 1,
|
|
'eav' => 1,
|
|
'customer_notification' => 1,
|
|
'config_integration' => 1,
|
|
'config_integration_api' => 1,
|
|
'full_page' => 1,
|
|
'config_webservice' => 1,
|
|
'translate' => 1
|
|
],
|
|
'downloadable_domains' => [
|
|
'localhost'
|
|
],
|
|
'install' => [
|
|
'date' => 'Fri, 03 Nov 2023 08:15:42 +0000'
|
|
]
|
|
];
|