From 524b5df7231635682053d0c028b0a24189b875ab Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 12 Aug 2021 20:09:35 +0200 Subject: :sparkles: api --- api/.env.example | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 api/.env.example (limited to 'api/.env.example') diff --git a/api/.env.example b/api/.env.example new file mode 100644 index 00000000..0573c605 --- /dev/null +++ b/api/.env.example @@ -0,0 +1,4 @@ +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 -- cgit 1.5.1