diff --git a/app/etc/.gitignore b/app/etc/.gitignore new file mode 100644 index 00000000..591254b0 --- /dev/null +++ b/app/etc/.gitignore @@ -0,0 +1 @@ +env.php diff --git a/app/etc/config.php b/app/etc/config.php index 0778fe6f..2f5b5e12 100755 --- a/app/etc/config.php +++ b/app/etc/config.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 diff --git a/app/etc/env.php b/app/etc/env.php deleted file mode 100755 index df7799b9..00000000 --- a/app/etc/env.php +++ /dev/null @@ -1,85 +0,0 @@ - [ - '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' - ] -]; diff --git a/app/etc/env.php.bk b/app/etc/env.php.bk deleted file mode 100755 index 9fe576cb..00000000 --- a/app/etc/env.php.bk +++ /dev/null @@ -1,85 +0,0 @@ - [ - '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' - ] -];