From 442879e80a8de8d97c47f5b80f6844b0dad0028f Mon Sep 17 00:00:00 2001 From: Thesourtimes Date: Sat, 18 Dec 2021 19:17:04 +0300 Subject: General work on API --- api/.env.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'api/.env.example') 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 -- cgit 1.5.1