Skip to content

Commit

Permalink
Double quote to interpolate WP_SITEURL (#494)
Browse files Browse the repository at this point in the history
fixes #493
  • Loading branch information
austinpray committed Feb 20, 2020
1 parent 7c35b40 commit ff5e28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ff5e28a

Please sign in to comment.