implement server logic
This commit is contained in:
12
config/prod.toml
Normal file
12
config/prod.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[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"
|
Reference in New Issue
Block a user