mefellows / muxy

Chaos engineering tool for simulating real-world distributed system failures
MIT License
823 stars 31 forks source link

Support environment variables in templates #21

Open mefellows opened 7 years ago

mefellows commented 7 years ago

In use cases such as Docker, it's common to move around things like hostnames and ports - this makes configuration files brittle and less flexible.

Supporting e.g. the ability for environment variables to change values would be super handy.