figaro icon indicating copy to clipboard operation
figaro copied to clipboard

Remove escape characters when loading environment values

Open banta opened this issue 4 years ago • 0 comments

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.

banta avatar Dec 27 '19 09:12 banta