From 8cc3f5e8bee303481cef9496c44dc254be587a36 Mon Sep 17 00:00:00 2001 From: Rama Priyanto Date: Fri, 26 Dec 2025 11:55:42 +0700 Subject: [PATCH] fix:keycloak docker ip --- 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 a819722..25ead14 100644 --- a/config/toml/config.toml +++ b/config/toml/config.toml @@ -1,7 +1,7 @@ # Configuration vars for cmd/app [app] name = "Fiber starter" -host = "http://103.31.38.120" +host = "http://38.47.185.86" port = ":8800" domain = "https://narasiahli.com/api" external-port = ":8801" @@ -66,7 +66,7 @@ enable = true retention = 30 [keycloak] -endpoint = "http://103.31.38.120:8008" +endpoint = "http://38.47.185.86:8008" realm = "narasi-ahli" client-id = "narasi-ahli-app" client-secret = "IoU4CkzWkWmg6PrC2Ruh8d76QArb0UzJ"