Skip to content

Commit

Permalink
Missing configuration also needs to go into application-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Dec 26, 2017
1 parent 19fbeb0 commit ebc7034
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/config/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ faf-api:
password-reset:
password-reset-url-format: ${PASSWORD_RESET_URL_FORMAT:http://localhost:8010/users/claimPasswordResetToken/%s}
success-redirect-url: ${PASSWORD_RESET_SUCCESS_REDIRECT_URL:http://localhost:8020/password_resetted}
subject: ${PASSWORD_RESET_EMAIL_SUBJECT:Unit test password reset}
html-format: ${PASSWORD_RESET_EMAIL_BODY:Unit test password reset html body}
steam:
realm: ${STEAM_REALM:http://localhost}
api-key: ${STEAM_API_KEY:banana}
Expand Down

0 comments on commit ebc7034

Please sign in to comment.