blob: eb728e4871f2dbc31ca48683043398622a2230d4 (
plain)
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 = "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
|