mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
Debugging
This commit is contained in:
10
db.py
10
db.py
@@ -7,6 +7,16 @@ import os
|
|||||||
# on aws get secrets and export to env
|
# on aws get secrets and export to env
|
||||||
os.environ.update(getAllSecrets(region="eu-west-1"))
|
os.environ.update(getAllSecrets(region="eu-west-1"))
|
||||||
|
|
||||||
|
print("DOING SETUP")
|
||||||
|
print("\n" * 10)
|
||||||
|
print("SECRETS")
|
||||||
|
print("\n" * 10)
|
||||||
|
print(getAllSecrets(region="eu-west-1"))
|
||||||
|
print("\n" * 10)
|
||||||
|
print("ENV")
|
||||||
|
print("\n" * 10)
|
||||||
|
print(os.environ)
|
||||||
|
|
||||||
application = create_app()
|
application = create_app()
|
||||||
|
|
||||||
manager = Manager(application)
|
manager = Manager(application)
|
||||||
|
|||||||
Reference in New Issue
Block a user