File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ services:
93
93
container_name : inferx_dashboard
94
94
network_mode : " host"
95
95
environment :
96
- - KEYCLOAK_URL=http://${LOCAL_IP}:31260 /authn
96
+ - KEYCLOAK_URL=http://${LOCAL_IP}:1260 /authn
97
97
- KEYCLOAK_REALM_NAME=inferx
98
98
- KEYCLOAK_CLIENT_ID=infer_client
99
99
- KEYCLOAK_CLIENT_SECRET=M2Dse5531tdtyipZdGizLEeoOVgziQRX
@@ -129,7 +129,7 @@ services:
129
129
networks :
130
130
- keycloak-network
131
131
ports :
132
- - ' 31260 :8080'
132
+ - ' 1260 :8080'
133
133
environment :
134
134
- KEYCLOAK_ADMIN=admin
135
135
- KEYCLOAK_ADMIN_PASSWORD=admin
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ services:
109
109
container_name : inferx_dashboard
110
110
network_mode : " host"
111
111
environment :
112
- - KEYCLOAK_URL=http://${LOCAL_IP}:31260 /authn
112
+ - KEYCLOAK_URL=http://${LOCAL_IP}:1260 /authn
113
113
- KEYCLOAK_REALM_NAME=inferx
114
114
- KEYCLOAK_CLIENT_ID=infer_client
115
115
- KEYCLOAK_CLIENT_SECRET=M2Dse5531tdtyipZdGizLEeoOVgziQRX
@@ -146,7 +146,7 @@ services:
146
146
networks :
147
147
- keycloak-network
148
148
ports :
149
- - ' 31260 :8080'
149
+ - ' 1260 :8080'
150
150
environment :
151
151
- KEYCLOAK_ADMIN=admin
152
152
- KEYCLOAK_ADMIN_PASSWORD=admin
Original file line number Diff line number Diff line change 40
40
},
41
41
"secretStoreAddr" : " postgresql://secret:123456@localhost:5431/secretdb" ,
42
42
"keycloakconfig" : {
43
- "url" : " http://192.168.0.22:31260 /authn" ,
43
+ "url" : " http://localhost:1260 /authn" ,
44
44
"realm" : " inferx"
45
45
}
46
46
}
You can’t perform that action at this time.
0 commit comments