Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. backend: mysql
  2. # Enable database caching, should improve database performance
  3. caching: true
  4. # Database location
  5. mySQLHost: mysql.hicoria.com
  6. # Database Port
  7. mySQLPort: '3306'
  8. # Username about Database Connection Infos
  9. mySQLUsername: mysql_5565
  10. # Password about Database Connection Infos
  11. mySQLPassword: 'rHJtj492'
  12. # Database Name, use with converters or as SQLITE database name
  13. mySQLDatabase: mysql_5565
  14. # Table of the database
  15. mySQLTablename: authme
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement