Advertisement
Guest User

Untitled

a guest
Apr 10th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. APP_ENV=local
  2.  
  3. # WordPress configuration
  4. WP_ENV=development
  5.  
  6. # Website address without trailing '/'.
  7. APP_URL=
  8.  
  9. # Database
  10. DB_NAME=
  11. DB_USER=
  12. DB_PASS=
  13.  
  14. # Keys and salts
  15. AUTH_KEY=ThisIsNotSecure
  16. SECURE_AUTH_KEY=ThisIsNotSecure
  17. LOGGED_IN_KEY=ThisIsNotSecure
  18. NONCE_KEY=ThisIsNotSecure
  19. AUTH_SALT=ThisIsNotSecure
  20. SECURE_AUTH_SALT=ThisIsNotSecure
  21. LOGGED_IN_SALT=ThisIsNotSecure
  22. NONCE_SALT=ThisIsNotSecure
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement