Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove testing leftovers
  • Loading branch information
Mamaduka committed Apr 21, 2022
commit 3eb1b1dd05245e7ebdca749bc5c96bbb96efb1d3
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down