Changeset 49339
- Timestamp:
- 10/27/2020 06:58:02 PM (4 years ago)
- Location:
- branches/5.5
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
-
branches/5.5/.env
r47021 r49339 30 30 LOCAL_WP_DEBUG_DISPLAY=true 31 31 LOCAL_SCRIPT_DEBUG=true 32 LOCAL_WP_ENVIRONMENT_TYPE=local 32 33 33 34 # The URL to use when running e2e tests. -
branches/5.5/tools/local-env/scripts/install.js
r46586 r49339 15 15 wp_cli( `config set WP_DEBUG_DISPLAY ${process.env.LOCAL_WP_DEBUG_DISPLAY} --raw` ); 16 16 wp_cli( `config set SCRIPT_DEBUG ${process.env.LOCAL_SCRIPT_DEBUG} --raw` ); 17 wp_cli( `config set WP_ENVIRONMENT_TYPE ${process.env.LOCAL_WP_ENVIRONMENT_TYPE}` );I 17 18 18 19 // Move wp-config.php to the base directory, so it doesn't get mixed up in the src or build directories.
Note: See TracChangeset
for help on using the changeset viewer.