This commit is contained in:
Anang Yusman 2025-12-30 12:46:25 +08:00
parent 6d105b1c18
commit d811d11ecc
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@ name = "Fiber starter"
host = "http://38.47.185.86" host = "http://38.47.185.86"
port = ":8800" port = ":8800"
domain = "https://dev.mikulnews.com/api" domain = "https://dev.mikulnews.com/api"
external-port = ":8802" external-port = ":8804"
idle-timeout = 5 # As seconds idle-timeout = 5 # As seconds
print-routes = false print-routes = false
prefork = true prefork = false
production = false production = false
body-limit = 1048576000 # "100 * 1024 * 1024" body-limit = 1048576000 # "100 * 1024 * 1024"