summary refs log tree commit diff
path: root/api/.env.example
diff options
context:
space:
mode:
authorSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-12-20 14:56:53 +0100
committerGitHub <noreply@github.com>2021-12-20 14:56:53 +0100
commitdc9c18411e0bdebfdb268ff2786f876b243aeab1 (patch)
treeae18c32a582c965f7ec2cc784fc9b2904e6215c1 /api/.env.example
parentMerge pull request #539 from TimSchweiz/master (diff)
parentUpdate downloads.ts (diff)
downloadserver-ts-dc9c18411e0bdebfdb268ff2786f876b243aeab1.tar.xz
Merge pull request #540 from Thesourtimes/master
General work on API
Diffstat (limited to 'api/.env.example')
-rw-r--r--api/.env.example6
1 files changed, 5 insertions, 1 deletions
diff --git a/api/.env.example b/api/.env.example

index 0573c605..5974f628 100644 --- a/api/.env.example +++ b/api/.env.example
@@ -1,4 +1,8 @@ MONGO_URL=mongodb://localhost/fosscord PORT=3001 PRODUCTION=TRUE -THREADS=# automatically use all available cores, only available if production = true \ No newline at end of file +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=- \ No newline at end of file