From ccfa1f88e70cb75587b42b329e8beb3e362da5f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rafael=20L=C3=A1szl=C3=B3?= <rlacko99@gmail.com>
Date: Tue, 20 Oct 2020 23:59:43 +0200
Subject: [PATCH] add descriptions to env variables

---
 .env.example | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.env.example b/.env.example
index 71bcc64a..d54f05c7 100644
--- a/.env.example
+++ b/.env.example
@@ -1,4 +1,4 @@
-AUTH_SECRET_KEY=
-AUTH_ID=
-SESSION_SECRET=
+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
-- 
GitLab