Created
October 21, 2016 23:55
-
-
Save bytefade/a2bcf8e2c03eaee6a48ab86c5943756d to your computer and use it in GitHub Desktop.
Wordpress .env example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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