fix:keycloak docker ip
This commit is contained in:
parent
81802d558b
commit
8cc3f5e8be
|
|
@ -1,7 +1,7 @@
|
||||||
# Configuration vars for cmd/app
|
# Configuration vars for cmd/app
|
||||||
[app]
|
[app]
|
||||||
name = "Fiber starter"
|
name = "Fiber starter"
|
||||||
host = "http://103.31.38.120"
|
host = "http://38.47.185.86"
|
||||||
port = ":8800"
|
port = ":8800"
|
||||||
domain = "https://narasiahli.com/api"
|
domain = "https://narasiahli.com/api"
|
||||||
external-port = ":8801"
|
external-port = ":8801"
|
||||||
|
|
@ -66,7 +66,7 @@ enable = true
|
||||||
retention = 30
|
retention = 30
|
||||||
|
|
||||||
[keycloak]
|
[keycloak]
|
||||||
endpoint = "http://103.31.38.120:8008"
|
endpoint = "http://38.47.185.86:8008"
|
||||||
realm = "narasi-ahli"
|
realm = "narasi-ahli"
|
||||||
client-id = "narasi-ahli-app"
|
client-id = "narasi-ahli-app"
|
||||||
client-secret = "IoU4CkzWkWmg6PrC2Ruh8d76QArb0UzJ"
|
client-secret = "IoU4CkzWkWmg6PrC2Ruh8d76QArb0UzJ"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue