Advertisement
Guest User

Untitled

a guest
May 1st, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. database:
  2. main:
  3. driver: mysql
  4. host: localhost
  5. port: 3306
  6. username: root
  7. password:
  8. name: my_db
  9. table_prefix:
  10. charset: utf8
  11. file: '%TEMPPATH%/var/my_db.db'
  12.  
  13. mailer:
  14. host:
  15. port: 587
  16. encryption: tls #ssl, none
  17. address:
  18. password:
  19. fullname:
  20.  
  21. site:
  22. title: My Website Title
  23. key: #generate this
  24. user_agent: 'Custom UserAgent'
  25. default_locale: en
  26.  
  27. features:
  28. google_analytics: false
  29. matomo: false
  30. cookie_consent: false
  31.  
  32. session:
  33. name: PROJECTSESSID
  34. handler: files #redis
  35. save_path: '%TEMPPATH%/sessions'
  36.  
  37. cookie:
  38. login_attempt: LA
  39. lang: LANG
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement