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
This commit is contained in:
Greg Ziółkowski 2022-04-05 09:31:06 +00:00
parent f5cc51c8ca
commit 9a9ec776a8

4
.env
View File

@ -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