diff --git a/wise-webapp/src/main/webapp/WEB-INF/prod.properties b/wise-webapp/src/main/webapp/WEB-INF/prod.properties index 875ceec9..c9684559 100644 --- a/wise-webapp/src/main/webapp/WEB-INF/prod.properties +++ b/wise-webapp/src/main/webapp/WEB-INF/prod.properties @@ -36,8 +36,8 @@ database.password=${DATABASE_PASSWORD} #------------------------ mail.smtp.port=587 mail.smtp.host=smtp.sendgrid.net -mail.username=app6795136@heroku.com -mail.password=Your Password +mail.username=${SENDGRID_USERNAME} +mail.password=${SENDGRID_PASSWORD} mail.smtp.auth=true mail.smtp.starttls.enable=true mail.smtp.quitwait=false