Currently we're using env vars to configure the log level, hostname, secrets etc. However, it would be a good idea to ditch that in favor of the database so it's easier to update without having to restart the application, use SetEnv or expose to the every part of the process.
Currently we're using env vars to configure the log level, hostname, secrets etc. However, it would be a good idea to ditch that in favor of the database so it's easier to update without having to restart the application, use SetEnv or expose to the every part of the process.