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
Reading nested environment variables is kind of impossible when using this library.
Env variables like: APP.NESTED_CONFIG.VALUE
Don't really work in Bash, the workaround is to use a double underscore for separators __, I guess parsing would have been a bit harder if _ would be supported in that case. But from a usability perspective this is a real foodgun.
The text was updated successfully, but these errors were encountered:
Reading nested environment variables is kind of impossible when using this library.
Env variables like:
APP.NESTED_CONFIG.VALUE
Don't really work in Bash, the workaround is to use a double underscore for separators
__
, I guess parsing would have been a bit harder if_
would be supported in that case. But from a usability perspective this is a real foodgun.The text was updated successfully, but these errors were encountered: