Skip to content

Commit

Permalink
#228 local yml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
K-ETFreeman authored and Brutus5000 committed Oct 13, 2024
1 parent f0af206 commit 7eb13e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ faforever:
oauth-scopes: upload_avatar administrative_actions read_sensible_userdata manage_vault
user-base-url: https://user.test.faforever.com
"[localhost:8010]":
base-url: http://localhost:8010
base-url: http://127.0.0.1:8010
client-id: faf-moderator-client
replay-download-url-format: https://replay.test.faforever.com/%s
oauth-base-url: http://localhost:4444
oauth-redirect-url: http://localhost
oauth-redirect-url: http://127.0.0.1
oauth-scopes: upload_avatar administrative_actions read_sensible_userdata manage_vault
user-base-url: http://localhost:8080

Expand Down

0 comments on commit 7eb13e5

Please sign in to comment.