mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Clean up config a bit. Get values for config from environment.
Removed some old redundant config.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
export NOTIFY_ADMIN_ENVIRONMENT='config.Development'
|
||||
source environment.sh
|
||||
python3 app.py runserver
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
|
||||
set -o pipefail
|
||||
|
||||
source environment_test.sh
|
||||
|
||||
function display_result {
|
||||
RESULT=$1
|
||||
EXIT_STATUS=$2
|
||||
|
||||
Reference in New Issue
Block a user