fix:keycloak docker ip
This commit is contained in:
parent
81802d558b
commit
8cc3f5e8be
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue