From ce2b7b4d18957e03e0bd57713f1332923366d9ee Mon Sep 17 00:00:00 2001 From: Sabda Yagra Date: Wed, 31 Dec 2025 09:26:43 +0700 Subject: [PATCH] fixing --- config/toml/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/toml/config.toml b/config/toml/config.toml index 999606a..5f3da01 100644 --- a/config/toml/config.toml +++ b/config/toml/config.toml @@ -1,13 +1,13 @@ # Configuration vars for cmd/app [app] name = "Fiber starter" -host = "http://38.47.180.165" +host = "http://38.47.185.86" port = ":8800" domain = "https://kontenhumas.com/api" external-port = ":8809" idle-timeout = 5 # As seconds print-routes = false -prefork = true +prefork = false production = false body-limit = 1048576000 # "100 * 1024 * 1024" primary-client-key = "78356d32-52fa-4dfc-b836-6cebf4e3eead"