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
Let's say you have app_key: e$Gu768HKkiec in your application.yml. When calling Figaro.env.app_key Figaro will display the value as e\$Gu768HKkiec which does not match what is the config file because of \ escape character. Figaro needs to be improved to remove the escape characters.
The text was updated successfully, but these errors were encountered:
banta
added a commit
to finplusgroup/figaro
that referenced
this issue
Dec 27, 2019
Let's say you have
app_key: e$Gu768HKkiec
in your application.yml. When callingFigaro.env.app_key
Figaro will display the value ase\$Gu768HKkiec
which does not match what is the config file because of\
escape character. Figaro needs to be improved to remove the escape characters.The text was updated successfully, but these errors were encountered: