Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
Otherwise this will cause binding erros
  • Loading branch information
Brutus5000 committed Feb 14, 2022
1 parent e4a92fb commit b901452
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ faf-api:
registration:
activation-url-format: ${ACTIVATION_URL_FORMAT:https://www.${FAF_DOMAIN}/account/activate?username=%s&token=%s}
subject: ${REGISTRATION_EMAIL_SUBJECT:FAF user registration}
html-format: ${REGISTRATION_EMAIL_BODY:"Registration email body for user {0} with activation link {1}"}
activation-mail-template-path: ${ACCOUNT_ACTIVATION_MAIL_TEMPLATE_PATH:/config/mail/account-activation.html}
welcome-mail-template-path: ${WELCOME_MAIL_TEMPLATE_PATH:/config/mail/welcome-to-faf.html}
replay:
Expand Down

0 comments on commit b901452

Please sign in to comment.