diff --git a/.env.example b/.env.example index efce27d..a716b0f 100644 --- a/.env.example +++ b/.env.example @@ -15,6 +15,7 @@ DB_PASSWORD=${WORDPRESS_DB_PASSWORD} DB_HOST=${WORDPRESS_DB_HOST} DB_PREFIX=${WORDPRESS_TABLE_PREFIX} +# Make sure that WP_HOME url does not have a trailing slash after it WP_ENV='development' WP_HOME='http://localhost:8082' WP_SITEURL="${WP_HOME}/wp"