From 9a9ec776a82b94138a481a5d38e118b97d52defd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Zi=C3=83=C2=B3=C3=85=E2=80=9Akowski?= Date: Tue, 5 Apr 2022 09:31:06 +0000 Subject: [PATCH] Env: Revert accidental changes to the config It's the only way to make the env work locally with Apple M1 processor, but I included them by accident. Props Mamaduka. See [53070]. git-svn-id: https://develop.svn.wordpress.org/trunk@53071 602fd350-edb4-49c9-b593-d223f7449a82 --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 05cf96ffd2..9affb93f53 100644 --- a/.env +++ b/.env @@ -28,7 +28,7 @@ LOCAL_PHP_MEMCACHED=false # # Supported values are `mysql` and `mariadb`. ## -LOCAL_DB_TYPE=mariadb +LOCAL_DB_TYPE=mysql ## # The database version to use. @@ -38,7 +38,7 @@ LOCAL_DB_TYPE=mariadb # When using `mysql`, see https://hub.docker.com/_/mysql/ for valid versions. # When using `mariadb`, see https://hub.docker.com/_/mariadb for valid versions. ## -LOCAL_DB_VERSION=10 +LOCAL_DB_VERSION=5.7 # The debug settings to add to `wp-config.php`. LOCAL_WP_DEBUG=true