Closed
Description
When setting the environment=
parameter in a configuration file, the %
sign returns a Error: Format string 'KEY="%"' for 'environment' is badly formatted
error.
e.g.
Okay: environment=SECRET_KEY="*wi4h$kqxp84f3w6uh8w@l$0(+@x$3cr&)z^lmg+pqw^6wkyi"
Broken: environment=SECRET_KEY="*wi4h$kqxp84f3w6uh8w@l$0(+@x$3cr&)z^lmg+pqw^6wky%i"
Broken:environment=FOO="%"
Broken: environment=FOO="\%"