Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. DataSource:
  2. # What type of database do you want to use?
  3. # Valid values: sqlite, mysql
  4. backend: 'MYSQL'
  5. # Enable database caching, should improve database performance
  6. caching: true
  7. # Database host address
  8. mySQLHost: '89.203.251.106'
  9. # Database port
  10. mySQLPort: '3306'
  11. # Username about Database Connection Infos
  12. mySQLUsername: 'darkgaming'
  13. # Password about Database Connection Infos
  14. mySQLPassword: 'trwe8sa3'
  15. # Database Name, use with converters or as SQLITE database name
  16. mySQLDatabase: 'darkgaming'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement