From 1275b55f34592f641ee64ea5db133771920caf2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Mon, 7 Dec 2020 22:39:01 +0100 Subject: [PATCH] Add new env variables --- .env.example | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.env.example b/.env.example index b667b6c..7efc1fa 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,10 @@ HOST=0.0.0.0 PORT=1337 + +MONGO_HOST=localhost +MONGO_PORT=27017 +MONGO_DB=strapi + +MONGO_USER= +MONGO_PASSWORD= +AUTHENTICATION_DATABASE= \ No newline at end of file