This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-04-23 15:16:51 +02:00
|
|
|
# What version of TShock to use
|
2020-12-30 15:13:22 +01:00
|
|
|
RELEASE_TAG=
|
2020-12-30 15:57:45 +01:00
|
|
|
|
2021-04-23 15:16:51 +02:00
|
|
|
# What world size to create:
|
|
|
|
# 1 for small, 2 for medium, 3 for large
|
2020-12-30 15:13:22 +01:00
|
|
|
AUTOCREATE=2
|
2020-12-30 15:57:45 +01:00
|
|
|
|
2021-04-23 15:16:51 +02:00
|
|
|
# Mount points for the data directories
|
|
|
|
# By default, it creates volumes
|
|
|
|
CONFIG_DIR=config
|
|
|
|
LOGS_DIR=logs
|
|
|
|
WORLDS_DIR=worlds
|
2020-12-30 15:57:45 +01:00
|
|
|
|
2021-04-23 15:16:51 +02:00
|
|
|
# The port to publish the server on
|
2020-12-30 15:57:45 +01:00
|
|
|
PORT=7777
|