From 2d118c2ed80c376dcb2a1af285a7d1817e58bc68 Mon Sep 17 00:00:00 2001 From: Rama Priyanto Date: Tue, 30 Dec 2025 02:26:05 +0700 Subject: [PATCH] fix:port go = port docker --- config/toml/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/toml/config.toml b/config/toml/config.toml index 25ead14..1dfcb0b 100644 --- a/config/toml/config.toml +++ b/config/toml/config.toml @@ -2,7 +2,7 @@ [app] name = "Fiber starter" host = "http://38.47.185.86" -port = ":8800" +port = ":8801" domain = "https://narasiahli.com/api" external-port = ":8801" idle-timeout = 5 # As seconds