mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 11:23:48 -05:00
Fix "flask shell" not working on PaaS instances
This is consistent with API [1]. Other apps don't need this as they follow the Flask convention of it being the "app" module or package. [1]: https://github.com/alphagov/notifications-api/blob/master/manifest.yml.j2#L112
This commit is contained in:
@@ -36,6 +36,7 @@ applications:
|
||||
|
||||
env:
|
||||
NOTIFY_APP_NAME: admin
|
||||
FLASK_APP: application.py
|
||||
|
||||
# Credentials variables
|
||||
ADMIN_CLIENT_SECRET: '{{ ADMIN_CLIENT_SECRET }}'
|
||||
|
||||
Reference in New Issue
Block a user