1
0

basics.toml 319 B

123456789101112131415161718
  1. # Basic ahh configs
  2. [server]
  3. host = "0.0.0.0"
  4. port = 5777
  5. request_body_limit_mb = 10
  6. [database]
  7. host = "localhost"
  8. port = 3306
  9. database = "beepzone"
  10. username = "beepzone"
  11. password = "changeme123"
  12. min_connections = 1
  13. max_connections = 10
  14. connection_timeout_seconds = 2
  15. connection_timeout_wait = 2
  16. connection_check = 1