Make WordPress Core

Changeset 53071


Ignore:
Timestamp:
04/05/2022 09:31:06 AM (3 years ago)
Author:
gziolo
Message:

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].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.env

    r53070 r53071  
    2929# Supported values are `mysql` and `mariadb`.
    3030##
    31 LOCAL_DB_TYPE=mariadb
     31LOCAL_DB_TYPE=mysql
    3232
    3333##
     
    3939# When using `mariadb`, see https://hub.docker.com/_/mariadb for valid versions.
    4040##
    41 LOCAL_DB_VERSION=10
     41LOCAL_DB_VERSION=5.7
    4242
    4343# The debug settings to add to `wp-config.php`.
Note: See TracChangeset for help on using the changeset viewer.