From 2e5df51b65cbd2c8e676f6ee4055d5b7d591f37d Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 26 Apr 2016 14:16:01 +0100 Subject: [PATCH] Fix syntax error in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64c5ffb1b..de0819f21 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ export NOTIFY_EMAIL_DOMAIN='notify.works' export NOTIFY_JOB_QUEUE='[unique-to-environment]-notify-jobs-queue' # NOTE unique prefix export NOTIFICATION_QUEUE_PREFIX='[unique-to-environment]-notification_development' # NOTE unique prefix export SECRET_KEY='dev-notify-secret-key' -export SQLALCHEMY_DATABASE_URI = 'postgresql://localhost/notification_api' +export SQLALCHEMY_DATABASE_URI='postgresql://localhost/notification_api' export TWILIO_ACCOUNT_SID=[contact team member for account sid] export TWILIO_AUTH_TOKEN=[contact team member for auth token] export VERIFY_CODE_FROM_EMAIL_ADDRESS='no-reply@notify.works'