doggo/config-api-sample.toml
2021-03-02 18:59:55 +05:30

9 lines
No EOL
203 B
TOML

[server]
address = ":8080"
name = "doggo-api"
# WARNING If these timeouts are less than 1s,
# the server connection breaks.
read_timeout=7000
write_timeout=7000
keepalive_timeout=5000
max_body_size=10000