1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-06 19:02:33 +01:00
server/api/.env.example

8 lines
303 B
Plaintext
Raw Normal View History

2021-05-24 20:47:06 +02:00
MONGO_URL=mongodb://localhost/fosscord
PORT=3001
PRODUCTION=TRUE
2021-12-18 17:17:04 +01:00
THREADS=# automatically use all available cores, only available if production = true
#LOG_REQUESTS=
# only log 200 and 204: LOG_REQUESTS=200 204
# log everything except 200 and 204: LOG_REQUESTS=-200 204
# log all requests: LOG_REQUESTS=-