Skip to content

Commit 622b2d1

Browse files
author
singuuu
committed
Update application.yml from gateway in order to use Docker Keycloak instance
1 parent b4f4782 commit 622b2d1

File tree

3 files changed

+1
-42
lines changed

3 files changed

+1
-42
lines changed

api/src/test/java/com/singu/keycloak/microservices/api/ApiApplicationTests.java

Lines changed: 0 additions & 19 deletions
This file was deleted.

api/src/test/java/com/singu/keycloak/microservices/gateway/ApiApplicationTests.java

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
server:
22
port: 9100
33

4-
api:
5-
adminPassword: admin
6-
74
spring:
85
security:
96
oauth2:
107
resourceserver:
118
jwt:
12-
issuer-uri: http://172.17.0.3:8080/realms/spring-api
9+
issuer-uri: http://<keycloak-ip>:8080/realms/spring-api

0 commit comments

Comments
 (0)