done adding world name setting
This commit is contained in:
parent
253a7868d1
commit
c69d6ab63f
|
@ -13,4 +13,8 @@ API_URL="https://content.minetest.net/api"
|
||||||
|
|
||||||
# Nickname of server admin. Must be specified in order to launch server with --terminal option.
|
# Nickname of server admin. Must be specified in order to launch server with --terminal option.
|
||||||
# Either specify it or remove '--terminal' from entrypoint.sh
|
# Either specify it or remove '--terminal' from entrypoint.sh
|
||||||
SERVER_ADMIN=""
|
SERVER_ADMIN=""
|
||||||
|
|
||||||
|
# World name
|
||||||
|
# Name of world to be saved in data/worlds
|
||||||
|
WORLD_NAME="world"
|
||||||
|
|
Loading…
Reference in New Issue