update config magento
This commit is contained in:
		
							parent
							
								
									d38fa62a6d
								
							
						
					
					
						commit
						e4b66e4508
					
				|  | @ -0,0 +1 @@ | |||
| env.php | ||||
|  | @ -327,6 +327,10 @@ return [ | |||
|         'Magento_Wishlist' => 1, | ||||
|         'Magento_WishlistAnalytics' => 1, | ||||
|         'Magento_WishlistGraphQl' => 1, | ||||
|         'Kai_Helloworld' => 1, | ||||
|         'Kai_Product' => 1, | ||||
|         'Mageplaza_Core' => 1, | ||||
|         'Mageplaza_Smtp' => 1, | ||||
|         'PayPal_Braintree' => 1, | ||||
|         'PayPal_BraintreeGraphQl' => 1, | ||||
|         'Temando_ShippingRemover' => 1 | ||||
|  |  | |||
|  | @ -1,85 +0,0 @@ | |||
| <?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' | ||||
|     ] | ||||
| ]; | ||||
|  | @ -1,85 +0,0 @@ | |||
| <?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' | ||||
|     ] | ||||
| ]; | ||||
		Loading…
	
		Reference in New Issue