Re: Environment variables with special characters not handled correctly?
Daniel Mikusa
It's possible that your shell is escaping the characters, like the '$'.
Try `cf set-env appname WORDPRESS_BEARER '1NNKhb5&Nfw$F(wqbqW&9nSeoonwAYz7#j2M1KKY!QU(Wbs(a)8xwjr6Q$hg(IPqcd'`. Note the single quotes around the value of the environment variable. Or set the environment variable in a manifest.yml file. Also, run `cf env <app-name>` to confirm the value is being set correctly. Thanks, Dan On Thu, Sep 24, 2015 at 1:57 PM, Jonas Rosland <jonas.rosland(a)emc.com> wrote: Hi all,
|
|