Skip to content

Commit d67a149

Browse files
committed
reverted application-local changes
1 parent 7e14d2f commit d67a149

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/config/application-local.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ spring:
7171
rabbitmq:
7272
host: ${RABBIT_HOST:127.0.0.1}
7373
port: ${RABBIT_PORT:5672}
74-
username: ${RABBIT_USERNAME:faf-api}
74+
username: ${RABBIT_USERNAME:faf-java-api}
7575
password: ${RABBIT_PASSWORD:banana}
7676
virtual-host: ${RABBIT_VHOST:/faf-core}
7777
jpa:
@@ -80,8 +80,8 @@ spring:
8080
oauth2:
8181
resourceserver:
8282
jwt:
83-
jwk-set-uri: http://localhost:4444/.well-known/jwks.json
84-
issuer-uri: http://ory-hydra:4444/
83+
jwk-set-uri: https://hydra.faforever.com/.well-known/jwks.json
84+
issuer-uri: https://hydra.faforever.com/
8585
logging:
8686
level:
8787
com.faforever.api: debug

0 commit comments

Comments
 (0)