Does this lib support profile ?
reedchan7 opened this issue · 2 comments
reedchan7 commented
My configurations are different in different environment, like dev1, dev2, testing, staging, etc. So I have to override my configs by environment variables many times. I think profile can solve my problem, but it seems this doesn't support, right? And if not, would you think about it?
Gmugra commented
Something like profiles is posible to get using "Variables expansion":
http://owner.aeonbits.org/docs/variables-expansion/ look at "Variable expansion for the @key" part
reedchan7 commented
Something like profiles is posible to get using "Variables expansion":
http://owner.aeonbits.org/docs/variables-expansion/ look at "Variable expansion for the @key" part
I just looked at the document, It seemed could solve my problem, thanks a lot :)