You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I not found any proposals on this. Is it possible to introduce herarchical structure? Currently we in able to make linear list of settings/variables (excepting environments).
I think it will be helpful to be able to avoid repeating for some settings like:
This is only for definition things. I think it's need to be merged into single string variables as well as previously: deploy_user (although it may be available and by the new way)
In this case the first level keywords like development, production or test can work as previously - to define environment.
I ❤️ Figaro!
I not found any proposals on this. Is it possible to introduce herarchical structure? Currently we in able to make linear list of settings/variables (excepting environments).
I think it will be helpful to be able to avoid repeating for some settings like:
It might be look like this:
This is only for definition things. I think it's need to be merged into single string variables as well as previously:
deploy_user
(although it may be available and by the new way)In this case the first level keywords like
development
,production
ortest
can work as previously - to define environment.This feature will especially helpful for some developers who uses variables prefixed with an app name, like:
Thank you! 😄
The text was updated successfully, but these errors were encountered: