mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-17 12:09:25 -04:00
Update config
Source the configuration from an environment file, this way it is similar to how the aws environment works
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
python application.py runserver
|
||||
set -e
|
||||
|
||||
source environment.sh
|
||||
python3 application.py runserver
|
||||
|
||||
Reference in New Issue
Block a user