Skip to content

Instantly share code, notes, and snippets.

@bytefade
Created October 21, 2016 23:55
Show Gist options
  • Save bytefade/a2bcf8e2c03eaee6a48ab86c5943756d to your computer and use it in GitHub Desktop.
Save bytefade/a2bcf8e2c03eaee6a48ab86c5943756d to your computer and use it in GitHub Desktop.
Wordpress .env example
WP_DEBUG=false
DB_TABLE_PREFIX=wp_
DB_NAME=wordpress
DB_USER=root
DB_PASSWORD=root
DB_HOST=localhost
AUTH_KEY='put your unique phrase here'
LOGGED_IN_KEY='put your unique phrase here'
NONCE_KEY='put your unique phrase here'
AUTH_SALT='put your unique phrase here'
SECURE_AUTH_SALT='put your unique phrase here'
LOGGED_IN_SALT='put your unique phrase here'
NONCE_SALT='put your unique phrase here'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment