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

environment variables cannot overwrite config values if it is not string type #1909

Closed
stevehu opened this issue Oct 11, 2023 · 0 comments
Closed

Comments

@stevehu
Copy link
Contributor

stevehu commented Oct 11, 2023

The environment variables are treated as strings by default in the operating system. In our config module, we need to convert it into the right type before loading it.

stevehu added a commit that referenced this issue Oct 13, 2023
stevehu added a commit that referenced this issue Oct 14, 2023
stevehu added a commit that referenced this issue Oct 14, 2023
younggwon1 pushed a commit to younggwon1/light-4j that referenced this issue Feb 10, 2024
…lues if i… (networknt#1911)

* fixes networknt#1909 environment variables cannot overwrite config values if it is not string type

* fixes networknt#1909 rewrite the loading method to reduce duplicated code

* fixes networknt#1909 update content handler

* fixes networknt#1909 handle long value for integer input
younggwon1 pushed a commit to younggwon1/light-4j that referenced this issue Feb 10, 2024
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