Guest User

Untitled

a guest
Feb 28th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. development:
  2. adapter: sqlite3
  3. database: db/development.sqlite3
  4. timeout: 5000
  5. session_key: eldorado_development
  6. secret: YrDOFOmYJyFg2tTZykCbZjWYQUbKBt
  7.  
  8. test:
  9. adapter: sqlite3
  10. database: db/test.sqlite3
  11. timeout: 5000
  12. session_key: eldorado_test
  13. secret: Pl8qJNFc8mo1yt1xtHOmfUGHOPEutu
  14.  
  15. # This "session_key" can be any string, and should be unique to your installation (e.g. mysite_session)
  16. # This "secret" must be a random string, at least 30 characters long, and kept secret for security
  17.  
  18. # The production section modified to support configuration automation at Slicehost
  19. # The secret and password fields should be updated for any externally facing or production use
  20. production:
  21. adapter: mysql
  22. database: eldorado_production
  23. username: root
  24. password:
  25. host: localhost
  26. session_key: eldorado_production
  27. secret: RSTRebtQxqDy4tgFooSw4Al3xHau4FErig
  28.  
  29. import:
  30. adapter: mysql
  31. database: punbb
  32. username: root
  33. password:
  34. host: localhost
  35. prefix: pun_
Add Comment
Please, Sign In to add comment