ddstats-server/dotenv-template

11 lines
272 B
Plaintext
Raw Normal View History

2021-11-01 19:13:46 +01:00
# The database connect string
MONGO_URI = "mongodb://user:passwd@host/db"
# The port on which the server starts...
PORT = 12345
# Should the server try to generate the database?
GENERATE_DB = "false"
# The API paginates. How many entries per page?
ENTRIES_PER_PAGE = 50