| 123456789101112131415161718 |
- # Basic ahh configs
- [server]
- host = "0.0.0.0"
- port = 5777
- request_body_limit_mb = 10
- [database]
- host = "host.containers.internal"
- port = 3306
- database = "beepzone"
- username = "beepzone"
- password = "beepzone"
- min_connections = 1
- max_connections = 10
- connection_timeout_seconds = 2
- connection_timeout_wait = 2
- connection_check = 1
|