ddstats-server/template.env

22 lines
497 B
Bash
Raw Normal View History

2021-11-01 22:15:13 +01:00
#
# You should copy this file to '.env'
# and set all settings there.
#
# Paths to SQLite databases...
DDNET_SQLITE_PATH = "data/ddnet.sqlite"
DDNSS_SQLITE_PATH = "data/skindata.sqlite"
MSGPACK_PATH = "data/players.msgpack"
# Should the server try to generate the database?
GENERATE_DB = "true"
2021-11-02 11:32:59 +01:00
# Should download files from DDNet servers?
DOWNLOAD_FILES = "true"
2021-11-01 22:15:13 +01:00
# The port on which the server listens...
PORT = 12345
# The API paginates. How many entries per page?
ENTRIES_PER_PAGE = 50