Advertisement
Guest User

Untitled

a guest
May 24th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. address: 5.189.181.153:3306
  2.  
  3. # Database name, username and password.
  4. database: 'Nachtaktiv_-Hicks'
  5. username: 'Nachtaktiv_'
  6. password: password
  7.  
  8. table_prefix: 'litebans_'
  9.  
  10. # LiteBans utilizes connection pooling for extra performance and reliability.
  11. # min_connections: Minimum amount of pooled connections.
  12. # max_connections: Maximum amount of pooled connections. See: https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing
  13. # timeout: Connection timeout.
  14. # idle_timeout: Maximum amount of time a pooled connection can remain idle before it is closed for inactivity.
  15. pool:
  16. min_connections: 1
  17. max_connections: 100
  18. timeout: 30 seconds
  19. idle_timeout: 1 minute
  20.  
  21. # Database engine. Only applies to MySQL.
  22. engine: InnoDB
  23.  
  24. options: 'useSSL=false'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement