mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 07:46:06 -04:00
wsgi scripts always in live mode
This commit is contained in:
3
wsgi.py
3
wsgi.py
@@ -1,7 +1,6 @@
|
|||||||
from app import create_app
|
from app import create_app
|
||||||
import os
|
|
||||||
|
|
||||||
application = create_app(os.getenv('NOTIFICATIONS_API_ENVIRONMENT') or 'development')
|
application = create_app('live')
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
application.run()
|
application.run()
|
||||||
|
|||||||
Reference in New Issue
Block a user