13 lines
197 B
TOML
13 lines
197 B
TOML
[server]
|
|
bind_to = "[::1]:8080"
|
|
max_question_body_size = 2048
|
|
|
|
[performance]
|
|
memory_limit = 536870912
|
|
|
|
[maintenance]
|
|
interval = 60
|
|
|
|
[push]
|
|
endpoint = "http://[::1]:9091/api.php?cmd=newmodmessages"
|