From 18801f989116451feb469c1367e19a274255191b Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Tue, 11 Nov 2025 11:39:12 +0700 Subject: [PATCH] fix: update realms keycloak --- 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 55ec055..a45da24 100644 --- a/config/toml/config.toml +++ b/config/toml/config.toml @@ -67,7 +67,7 @@ retention = 30 [keycloak] endpoint = "http://38.47.180.165:8008" -realm = "campaign-pool-app" +realm = "campaign-pool" client-id = "campaign-pool-app" client-secret = "Im3rutPrquNULGmzPegmvxKyzeDYe6Vl" admin-username = "developer-admin"