Add verify_code_email_address

This commit is contained in:
Rebecca Law
2016-02-16 16:03:30 +00:00
parent 08ba5de61b
commit af86520e95
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -24,4 +24,5 @@ export NOTIFICATION_QUEUE_PREFIX='notification_development[-unique-to-environmen
export SECRET_KEY = 'secret-key' export SECRET_KEY = 'secret-key'
export SQLALCHEMY_DATABASE_URI = 'postgresql://localhost/notification_api' export SQLALCHEMY_DATABASE_URI = 'postgresql://localhost/notification_api'
export VERIFY_CODE_FROM_EMAIL_ADDRESS='no-reply@notify.works'
``` ```
+1 -1
View File
@@ -9,4 +9,4 @@ export NOTIFY_JOB_QUEUE='notify-jobs-queue-test'
export NOTIFICATION_QUEUE_PREFIX='notification_development-test' export NOTIFICATION_QUEUE_PREFIX='notification_development-test'
export SECRET_KEY='secret-key' export SECRET_KEY='secret-key'
export SQLALCHEMY_DATABASE_URI='postgresql://localhost/test_notification_api' export SQLALCHEMY_DATABASE_URI='postgresql://localhost/test_notification_api'
export VERIFY_CODE_FROM_EMAIL_ADDRESS='no-reply@notify.works'