From 7eb13e5ef1de4461437febadd44c842123de2e5d Mon Sep 17 00:00:00 2001 From: Kirill Riman Date: Sat, 12 Oct 2024 21:39:58 +0300 Subject: [PATCH] #228 local yml fix --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index b39bb6f..78f69cf 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -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