.env
file:
.env
file for each environment or Vault for production and possibly for other sensitive environments,
create a .cfgu
schema declaration for this service, so that each change will only have to be changed once (only the key in the schema) and then the values will be initialized by the same interface.
Our schema will look like this:
.env
file or any other format you want