Git: application configuration and different environments

后端 未结 4 2274
说谎
说谎 2021-02-20 10:26

We use git for most of the web applications we build in our shop, and though the applications themselves use a variety of technologies (PHP, Rails, etc), we generally have a sta

4条回答
  •  余生分开走
    2021-02-20 10:45

    Try out https://microconfig.io

    It is designed exactly for managing microservice configuration with multiple environments.

    You can have your base configuration files and environment specific overrides. And then use it to generate final results for specific env.

提交回复
热议问题