From 92ad60812f1d1ef6895a4e1cb6f1ba93cc61861a Mon Sep 17 00:00:00 2001 From: Austin Pray Date: Wed, 19 Feb 2020 23:23:03 -0600 Subject: [PATCH] Double quote to interpolate WP_SITEURL fixes #493 --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index db7a9989b8..c976993942 100644 --- a/.env.example +++ b/.env.example @@ -12,7 +12,7 @@ DB_PASSWORD='database_password' WP_ENV='development' WP_HOME='http://example.com' -WP_SITEURL='${WP_HOME}/wp' +WP_SITEURL="${WP_HOME}/wp" # Generate your keys here: https://roots.io/salts.html AUTH_KEY='generateme'