Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boolean environment variable overrides do not parse #101

Open
neko-kai opened this issue Jan 4, 2020 · 0 comments
Open

Boolean environment variable overrides do not parse #101

neko-kai opened this issue Jan 4, 2020 · 0 comments

Comments

@neko-kai
Copy link

neko-kai commented Jan 4, 2020

Overrides for boolean values in system properties such as:

-Dsetting.flag=false

Will result in an exception such as:

  Boolean: DownField(flag)

Instead of being parsed properly. Note that unlike inside a HOCON file, wrapping the boolean in quotes is not necessary for the environment variables to fail to parse.

Related: #12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant