From 7419ced0924b5ebfb0ddb4ea214053b06d0f8bd3 Mon Sep 17 00:00:00 2001
From: Rafael Laszlo <rlacko99@gmail.com>
Date: Sun, 24 Oct 2021 19:25:28 +0200
Subject: [PATCH] Update env example

---
 .env.example | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.env.example b/.env.example
index d54f05c7..4147219d 100644
--- a/.env.example
+++ b/.env.example
@@ -1,4 +1,8 @@
 AUTH_SECRET_KEY={from auth.sch}
 AUTH_ID={from auth.sch}
 SESSION_SECRET={can be anything}
-REDIRECT_URI={redirect after auth, not required, default = /}
\ No newline at end of file
+REDIRECT_URI={redirect after auth, not required, default = /}
+MONGO_USER=admin
+MONGO_PASS=admin
+MONGO_HOST=localhost
+MONGO_DB=bodysch
-- 
GitLab