Changeset 50285 for trunk/.env
- Timestamp:
- 02/10/2021 04:52:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.env
r49836 r50285 46 46 LOCAL_PHP_MEMCACHED=false 47 47 48 ## 48 49 # The database software to use. 49 50 # 50 51 # Supported values are `mysql` and `mariadb`. 52 ## 51 53 LOCAL_DB_TYPE=mysql 52 54 55 ## 53 56 # The database version to use. 54 57 # … … 57 60 # When using `mysql`, see https://hub.docker.com/_/mysql/ for valid versions. 58 61 # When using `mariadb`, see https://hub.docker.com/_/mariadb for valid versions. 62 ## 59 63 LOCAL_DB_VERSION=5.7 60 64 … … 68 72 # The URL to use when running e2e tests. 69 73 WP_BASE_URL=http://localhost:${LOCAL_PORT} 74 75 ## 76 # The revision number of the WordPress Importer plugin to use when running unit tests. 77 # 78 # This should be an SVN revision number from the official plugin repository on wordpress.org. 79 ## 80 WP_IMPORTER_REVISION=2387243
Note: See TracChangeset
for help on using the changeset viewer.