Skip to content

Commit f6d9e44

Browse files
committed
Adjust dev values for activation-url and password-reset-url
1 parent 5a93be8 commit f6d9e44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ faf-api:
3939
from-email-name: ${EMAIL_FROM_NAME:FAForever}
4040
from-email-address: ${EMAIL_FROM_ADDRESS:faf@example.com}
4141
registration:
42-
activation-url-format: ${ACTIVATION_URL_FORMAT:http://localhost:8010/users/activate?username=%s&token=%s}
42+
activation-url-format: ${ACTIVATION_URL_FORMAT:http://localhost:8020/account/activate?username=%s&token=%s}
4343
subject: ${REGISTRATION_EMAIL_SUBJECT:FAF user registration}
4444
html-format: ${REGISTRATION_EMAIL_BODY:Registration email body}
4545
password-reset:
46-
password-reset-url-format: ${PASSWORD_RESET_URL_FORMAT:http://localhost:8010/users/claimPasswordResetToken?username=%s&token=%s}
46+
password-reset-url-format: ${PASSWORD_RESET_URL_FORMAT:https://localhost:8020/account/password/confirmReset?username=%s&token=%s}
4747
subject: ${PASSWORD_RESET_EMAIL_SUBJECT:FAF password reset}
4848
html-format: ${PASSWORD_RESET_EMAIL_BODY:Registration email body}
4949
steam:

0 commit comments

Comments
 (0)