# What version of TShock to use
RELEASE_TAG=

# What world size to create:
# 1 for small, 2 for medium, 3 for large
AUTOCREATE=2

# Mount points for the data directories
# By default, it creates volumes
CONFIG_DIR=config
LOGS_DIR=logs
WORLDS_DIR=worlds

# The port to publish the server on
PORT=7777