Revert "Update master with all the staging changes for aws deployments."

This reverts commit bfb59811f4.
This commit is contained in:
Rebecca Law
2016-04-18 14:07:54 +01:00
parent a96d2b5e4a
commit bcb031259c
6 changed files with 9 additions and 9 deletions

2
db.py
View File

@@ -4,7 +4,7 @@ from app import create_app, db
from credstash import getAllSecrets
import os
default_env_file = '/home/notify-app/environment'
default_env_file = '/home/ubuntu/environment'
environment = 'live'
if os.path.isfile(default_env_file):