We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69701d6 + 9a0790f commit 623149cCopy full SHA for 623149c
features/src/wordpress/devcontainer-feature.json
@@ -2,7 +2,7 @@
2
"id": "wordpress",
3
"name": "WordPress",
4
"description": "Sets up WordPress into the Dev Environment",
5
- "version": "2.7.0",
+ "version": "2.7.1",
6
"documentationURL": "https://github.com/Automattic/vip-codespaces/tree/trunk/features/src/wordpress",
7
"containerEnv": {
8
"WP_CLI_CONFIG_PATH": "/etc/wp-cli/wp-cli.yaml"
features/src/wordpress/setup-wordpress.sh
@@ -99,6 +99,7 @@ if [ -n "${multisite_domain}" ]; then
99
else
100
wp config set SUBDOMAIN_INSTALL true --raw --config-file=/wp/config/wp-config.php
101
fi
102
+ wp config set SUNRISE true --raw --config-file=/wp/config/wp-config.php
103
104
wp config shuffle-salts --config-file=/wp/config/wp-config.php
105
0 commit comments