done adding world name setting

This commit is contained in:
leca 2024-09-29 18:32:21 +03:00
parent 253a7868d1
commit c69d6ab63f
1 changed files with 5 additions and 1 deletions

View File

@ -14,3 +14,7 @@ API_URL="https://content.minetest.net/api"
# Nickname of server admin. Must be specified in order to launch server with --terminal option.
# Either specify it or remove '--terminal' from entrypoint.sh
SERVER_ADMIN=""
# World name
# Name of world to be saved in data/worlds
WORLD_NAME="world"