This commit is contained in:
Sabda Yagra 2025-12-31 09:26:43 +07:00
parent 1b32cf02a8
commit ce2b7b4d18
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
# Configuration vars for cmd/app # Configuration vars for cmd/app
[app] [app]
name = "Fiber starter" name = "Fiber starter"
host = "http://38.47.180.165" host = "http://38.47.185.86"
port = ":8800" port = ":8800"
domain = "https://kontenhumas.com/api" domain = "https://kontenhumas.com/api"
external-port = ":8809" external-port = ":8809"
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"
primary-client-key = "78356d32-52fa-4dfc-b836-6cebf4e3eead" primary-client-key = "78356d32-52fa-4dfc-b836-6cebf4e3eead"