Modernized TShock config

This commit is contained in:
Jef Roosens 2021-04-23 15:16:51 +02:00
parent 608b4fbe90
commit 3411f3d0a9
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
5 changed files with 30 additions and 98 deletions

View file

@ -1,29 +1,15 @@
# Copyright (C) 2020 Jef Roosens
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Build arguments
# What version of TShock to use
RELEASE_TAG=
# Environment variables
# What world size to create:
# 1 for small, 2 for medium, 3 for large
AUTOCREATE=2
# Mount points
CONFIG_DIR=
LOGS_DIR=
WORLDS_DIR=
# Mount points for the data directories
# By default, it creates volumes
CONFIG_DIR=config
LOGS_DIR=logs
WORLDS_DIR=worlds
# Other
# The port to publish the server on
PORT=7777