- Updated the values summary;

This commit is contained in:
Filipe Souza
2024-01-28 17:20:43 -03:00
parent e06c017902
commit 65a7b2cf85
2 changed files with 5 additions and 0 deletions

View File

@@ -151,6 +151,10 @@ server:
# -- (string) Update/Install the server when the container starts.
# THIS HAS TO BE ENABLED THE FIRST TIME YOU RUN THE CONTAINER
update_on_boot: true
# -- (object) Configures the game world settings.
# The key:values here should represent in game accepted values.
# Wrap all values with quotes here to avoid validation issues.
# @notationType -- bigValue
world_parameters:
DAYTIME_SPEEDRATE: "1.000000"
NIGHTTIME_SPEEDRATE: "1.000000"