Relative Content

Tag Archive for configuration

Using migrations to manage environment variables versioning

Our situation is the following: we are building a SaaS application that has multiple environments (local, test/staging, productions). There is a file on each environment that contains the env-specific configuration variables: URLs and credentials for services our application depends on, various switches, etc.