You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I'm going all the way in on AWS with this project I should probably use secrets manager for my application config variables. Right now, we load them in via configs/default.py and I was hoping to template a configs/production.py
Either way, the app will not run in its current state without a good config setup
The text was updated successfully, but these errors were encountered:
Am now using secrets manager for RDS info that's injected into the container at build time. (see: ecs-task-definition.json).
Since this is explored and functional, now I just need to add our secret key and eventually the credentials for whatever non-relation db we end up attaching.
Since I'm going all the way in on AWS with this project I should probably use secrets manager for my application config variables. Right now, we load them in via configs/default.py and I was hoping to template a configs/production.py
Either way, the app will not run in its current state without a good config setup
The text was updated successfully, but these errors were encountered: