Clean up config a bit. Get values for config from environment.

Removed some old redundant config.
This commit is contained in:
Adam Shimali
2016-03-23 14:09:07 +00:00
parent faaedb318d
commit 3e167c69f2
9 changed files with 59 additions and 56 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
export NOTIFY_ADMIN_ENVIRONMENT='config.Development'
source environment.sh
python3 app.py runserver

View File

@@ -9,6 +9,8 @@
set -o pipefail
source environment_test.sh
function display_result {
RESULT=$1
EXIT_STATUS=$2