Clarify environment/config variables #39
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I found the readme a little confusing regarding the environment variables. Especially the one labeled
PUBLIC_SERVER
.There's a .ini variable called
Public=true
, but this environment variable modifiesOpen=true
. I figured I'm not going to change the working of this, as it'll break any existing servers using it if they update.I've added some extra description to the readme explaining that some .ini variables are overwritten at the start, and which environment variables affect which .ini variables.
Also the following was explained inversely:
Setting PUBLIC_SERVER to
true
setsOpen=true
in ini, an in the ini it explains:Related issue: #23