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
Since you are talking about the ENV variables I think this should be implemented in the config library container-app-conf (I will create an issue there). Since I do like it to be able to use the hyphen variant in the yaml config, allowing both the hyphen and underscore variant in the ENV source should fix this right?
Yeah, I think a conversion from hyphen to underscore in the config library is the way to go ;)
Thanks for taking care of it ;)
However, it will be a breaking change on this app tho for those like me who uses the current implementation.
Nevermind, I didn't pay attention you planned to allow both spelling.
Describe the bug
The hyphen in a variable name is not a POSIX standard
To Reproduce
export KEEL-TELEGRAM-BOT_KEEL_PASSWORD="mypassword"
Expected behavior
The variable should be created
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: