Skip to content

"environment" config option doesn't accept "%" character even when quoted #291

Closed
@kisamoto

Description

@kisamoto

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="\%"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions