This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
self-hosting/tshock/.env.example

16 lines
300 B
Bash

# 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