forked from projectmoon/tenebrous-dicebot
9 lines
135 B
TOML
9 lines
135 B
TOML
|
[default]
|
||
|
address = "0.0.0.0"
|
||
|
port = 10000
|
||
|
keep_alive = 5
|
||
|
read_timeout = 5
|
||
|
write_timeout = 5
|
||
|
log = "normal"
|
||
|
limits = { forms = 32768 }
|