Skip to content

Commit

Permalink
reverted application-local changes
Browse files Browse the repository at this point in the history
  • Loading branch information
K-ETFreeman committed Nov 29, 2024
1 parent bc68111 commit c2823bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/config/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spring:
rabbitmq:
host: ${RABBIT_HOST:127.0.0.1}
port: ${RABBIT_PORT:5672}
username: ${RABBIT_USERNAME:faf-api}
username: ${RABBIT_USERNAME:faf-java-api}
password: ${RABBIT_PASSWORD:banana}
virtual-host: ${RABBIT_VHOST:/faf-core}
jpa:
Expand All @@ -80,8 +80,8 @@ spring:
oauth2:
resourceserver:
jwt:
jwk-set-uri: http://localhost:4444/.well-known/jwks.json
issuer-uri: http://ory-hydra:4444/
jwk-set-uri: https://hydra.faforever.com/.well-known/jwks.json
issuer-uri: https://hydra.faforever.com/
logging:
level:
com.faforever.api: debug

0 comments on commit c2823bf

Please sign in to comment.