summary refs log tree commit diff
path: root/api/.env.example
diff options
context:
space:
mode:
Diffstat (limited to 'api/.env.example')
-rw-r--r--api/.env.example4
1 files changed, 4 insertions, 0 deletions
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