Skip to content

Instantly share code, notes, and snippets.

@XedinUnknown
Created December 24, 2017 19:01
Show Gist options
  • Save XedinUnknown/21dd39c48944eb4d998cd60af1f61121 to your computer and use it in GitHub Desktop.
Save XedinUnknown/21dd39c48944eb4d998cd60af1f61121 to your computer and use it in GitHub Desktop.
The environment file for working with Scotch on Rocks
DB_NAME=scotchbox
DB_USER=root
DB_PASSWORD=root
# Optional variables
DB_HOST=localhost
DB_PREFIX=wp_
WP_ENV=development
WP_HOME=http://scotchbox.local
WP_SITEURL=${WP_HOME}/wp
# Generate your keys here: https://roots.io/salts.html
AUTH_KEY='generateme'
SECURE_AUTH_KEY='generateme'
LOGGED_IN_KEY='generateme'
NONCE_KEY='generateme'
AUTH_SALT='generateme'
SECURE_AUTH_SALT='generateme'
LOGGED_IN_SALT='generateme'
NONCE_SALT='generateme'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment