summary refs log tree commit diff
path: root/api/.env.example
blob: 5974f628618f5462ae383b9ed87117e0de886cba (plain) (blame)
1
2
3
4
5
6
7
8
MONGO_URL=mongodb://localhost/fosscord
PORT=3001
PRODUCTION=TRUE
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=-