Reputation: 65
Any configuration management tool in the market to automate the property file for the different environments, lets say i have one complete configuration files with key and values but for the other environments the values will differ so am just trying to look out if this could be done easily like template or csv or any other valuable approach.
Upvotes: 0
Views: 137
Reputation: 11
You can try https://microconfig.io It is designed to solve the configuration problem you’re describing. It supports properties and yaml format.
Upvotes: 1
Reputation: 971
You can use Sparrow6 automation DSL to populate configuration files using embedded templater. You can go even further and utilize Tomtit task runner that integrates with Sparrow6 and provides environments feature for these very types of tasks.
Upvotes: 1