This website requires JavaScript.
Explore
Help
Sign In
darkhelm
/
notifications-admin
Watch
1
Star
0
Fork
0
You've already forked notifications-admin
mirror of
https://github.com/GSA/notifications-admin.git
synced
2026-02-05 10:53:28 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2473b09beb5faa6bc41b0d75a29deab35d4ae1fa
notifications-admin
/
scripts
/
run_app.sh
5 lines
91 B
Bash
Raw
Normal View
History
Unescape
Escape
Start to create views
2015-11-20 16:22:44 +00:00
#!/bin/bash
Start aligning Admin app with config styles used elsewhere - no config overrides - now all set in environment - use different files for staging and live too allow for differently named env variables - updates to run_app and run_tests scripts to set correct environment (test/development) so correct config picked up - use environment file on deployed environments to pick correct config
2016-03-17 13:45:59 +00:00
export
NOTIFY_ADMIN_ENVIRONMENT
=
'config.Development'
Integrated logging from the utils repo
2016-01-07 15:39:36 +00:00
python3 app.py runserver
Reference in New Issue
Copy Permalink