bensivo / mapo

0 stars 0 forks source link

Tech Debt: Dynamic webapp configs from infisical #71

Open bensivo opened 2 weeks ago

bensivo commented 2 weeks ago

Instead of hard-coding configs in the webapp, they should be fetch from infisical dynamically, when the docker container starts.

Read them from the CLI, then write to a /config filepath. Then, the app should just fetch this /config path on startup.