Skip to content

Instantly share code, notes, and snippets.

@regenrek
Created October 25, 2017 11:31
Show Gist options
  • Save regenrek/f83da4d4a23fa6e7f73301e15bae893f to your computer and use it in GitHub Desktop.
Save regenrek/f83da4d4a23fa6e7f73301e15bae893f to your computer and use it in GitHub Desktop.
echo "DB_HOST='db'
DB_NAME='$MYSQL_DATABASE'
DB_PASSWORD='$MYSQL_PASSWORD'
DB_USER='$MYSQL_USER'
DISABLE_WP_CRON='True'
WP_ENV='development'
WP_HOME='http://${VIRTUAL_HOST}'
WP_SITEURL='http://${VIRTUAL_HOST}/wp'
ACF_PRO_KEY='${ACF_PRO_KEY}" > .env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment