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