Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. WP_DEBUG=false
  2.  
  3. DB_TABLE_PREFIX=wp_
  4. DB_NAME=wordpress
  5. DB_USER=root
  6. DB_PASSWORD=root
  7. DB_HOST=localhost
  8.  
  9. AUTH_KEY='put your unique phrase here'
  10. LOGGED_IN_KEY='put your unique phrase here'
  11. NONCE_KEY='put your unique phrase here'
  12. AUTH_SALT='put your unique phrase here'
  13. SECURE_AUTH_SALT='put your unique phrase here'
  14. LOGGED_IN_SALT='put your unique phrase here'
  15. NONCE_SALT='put your unique phrase here'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement