Add More Configurable Options via ENV #1
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Expand the server's configurability by introducing additional environment variables that can be set via the
docker-compose.yml
file. This will provide users with more flexibility to customize the server without modifying the configuration files manually.Hardcoded Configurations
These are the current hardcoded configurations for the server. Each setting can be transitioned to be configurable through environment variables. Different team members can update individual options.
General Settings
true
true
true
true
true
false
Combat & Death
false
true
true
Safehouse Settings
true
false
false
false
true
0
72
Sleep & Loot
true
true
1000
Steam Settings
admin
Proposed Configurable Options
Game Settings
true/false
).true/false
).true/false
).Safehouse Settings
true/false
).true/false
).Gameplay Settings
Benefits
servertest.ini
file.Acceptance Criteria
update-config.sh
script dynamically updatesservertest.ini
with the new variables.The text was updated successfully, but these errors were encountered: