Difference beterrn TRUE and true in README.md - Does it matter? #1853
Answered
by
itzg
Subnet-Masked
asked this question in
Q&A
-
|
I am reading through the README.md trying to configure a new server - For some context I am very new to Kubernetes/Docker. I noticed that some environment variables use "true" and "false" (lowercase) and some user "TRUE" and "FALSE" (uppercase). What I am asking is if they are interchangeable or if I need to make sure to use all upper or all lower for respective environment variables? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
itzg
Dec 4, 2022
Replies: 1 comment 1 reply
-
|
Sorry for the inconsistencies in the docs. They are processed case-insensitive. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Subnet-Masked
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for the inconsistencies in the docs. They are processed case-insensitive.