From a9ebd801f5ab0ef9908a31fe6d73fd16a08c13e7 Mon Sep 17 00:00:00 2001 From: Nareshkumar Rao Date: Tue, 27 Jul 2021 17:47:20 +0200 Subject: [PATCH] updated .env.template --- .env.template | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/.env.template b/.env.template index 5ecedf2..310a4ce 100644 --- a/.env.template +++ b/.env.template @@ -1,7 +1,17 @@ -SERVER_PORT=1234 -SERVER_SESSION_SECRET=verylongsecret +PORT= +SERVER_SESSION_SECRET= -WEBSITE_URL=http://localhost:3000 -COOKIE_DOMAIN=localhost,127.0.0.1 +WEBSITE_URL= +COOKIE_DOMAIN= -SERVER_API_URL=http://localhost:1234 \ No newline at end of file +SERVER_API_URL= + +DB_USER= +DB_PASS= +DB_PATH= +DB_DATA_NAME= +DB_STORE_NAME= +DB_DATA_DIALECT= + +ADMIN_USERNAME= +ADMIN_PASSWORD= \ No newline at end of file