mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 08:16:51 -04: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:
|
env:
|
||||||
NOTIFY_APP_NAME: admin
|
NOTIFY_APP_NAME: admin
|
||||||
|
FLASK_APP: application.py
|
||||||
|
|
||||||
# Credentials variables
|
# Credentials variables
|
||||||
ADMIN_CLIENT_SECRET: '{{ ADMIN_CLIENT_SECRET }}'
|
ADMIN_CLIENT_SECRET: '{{ ADMIN_CLIENT_SECRET }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user