Advertisement
Guest User

Untitled

a guest
Dec 25th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 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 the database caching system, should be disabled on bungeecord environments
  6. # or when a website integration is being used.
  7. caching: true
  8. # Database host address
  9. mySQLHost: '158.69.193.124'
  10. # Database port
  11. mySQLPort: '3306'
  12. # Connect to MySQL database over SSL
  13. mySQLUseSSL: true
  14. # Username to connect to the MySQL database
  15. mySQLUsername: 'u61_YAh9TUr4Jg'
  16. # Password to connect to the MySQL database
  17. mySQLPassword: 'hCuJzsXJeQoM86Z8'
  18. # Database Name, use with converters or as SQLITE database name
  19. mySQLDatabase: 's61_hardtimelobby'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement