86 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
			
		
		
	
	
			86 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
| <?php
 | |
| return [
 | |
|     'backend' => [
 | |
|         'frontName' => 'admin_1hea8y'
 | |
|     ],
 | |
|     'cache' => [
 | |
|         'graphql' => [
 | |
|             'id_salt' => 'iGJvNgD34aZK2294b6y71X3lAQBMxxFu'
 | |
|         ],
 | |
|         'frontend' => [
 | |
|             'default' => [
 | |
|                 'id_prefix' => '538_'
 | |
|             ],
 | |
|             'page_cache' => [
 | |
|                 'id_prefix' => '538_'
 | |
|             ]
 | |
|         ],
 | |
|         'allow_parallel_generation' => false
 | |
|     ],
 | |
|     'remote_storage' => [
 | |
|         'driver' => 'file'
 | |
|     ],
 | |
|     'queue' => [
 | |
|         'consumers_wait_for_messages' => 1
 | |
|     ],
 | |
|     'crypt' => [
 | |
|         'key' => 'dbaca52abff89944c1a1a1052c1b1317'
 | |
|     ],
 | |
|     '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' => 'default',
 | |
|     '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' => 'Thu, 02 Nov 2023 09:43:14 +0000'
 | |
|     ]
 | |
| ];
 |