go-graphite / carbonzipper

proxy to transparently merge graphite carbon backends
Other
104 stars 29 forks source link

Env variables in config #51

Closed ctrlok closed 7 years ago

ctrlok commented 7 years ago

What do you think about supporting env variables in a config file?

Civil commented 7 years ago

What do you mean by that?

ctrlok commented 7 years ago

I mean using environment variables in config file

Civil commented 7 years ago

It might be a good idea to migrate to spf13/viper and allow people to use etcd/consul/env variables/etc as a config source.