A config primitive needs to be created to properly manage database connection details, various runtime variables, etc. There are many ways to handle it (env variables, yaml/toml/json files, configs stored in database, any combination of) so the exact implementation is up for discussion.
A config primitive needs to be created to properly manage database connection details, various runtime variables, etc. There are many ways to handle it (env variables, yaml/toml/json files, configs stored in database, any combination of) so the exact implementation is up for discussion.