Skip to content

Commit db6646f

Browse files
authored
Fix REPLAY_DOWNLOAD_URL_FORMAT
1 parent 7a5a7bc commit db6646f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/config/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ faf-api:
7575
welcome-subject: ${WELCOME_MAIL_SUBJECT:Welcome to FAF}
7676
welcome-mail-template-path: ${WELCOME_MAIL_TEMPLATE_PATH:/config/mail/welcome-to-faf.html}
7777
replay:
78-
download-url-format: ${REPLAY_DOWNLOAD_URL_FORMAT:https://replays.${FAF_DOMAIN}/%s}
78+
download-url-format: ${REPLAY_DOWNLOAD_URL_FORMAT:https://replay.${FAF_DOMAIN}/%s}
7979
steam:
8080
realm: ${STEAM_REALM:https://api.${FAF_DOMAIN}}
8181
api-key: ${STEAM_API_KEY}

0 commit comments

Comments
 (0)