From 8ceedfca0e91048f7ac78fc75df772351fc527d3 Mon Sep 17 00:00:00 2001 From: Ruben Meyer <46384706+rxbnDE@users.noreply.github.com> Date: Sun, 8 Sep 2019 19:40:36 +0200 Subject: [PATCH] README update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb1b2f0..c79b62b 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ nodeJS web app using auth.rxbn.de SSO Service to authenticate and authorize user # start app ## normal start ```sh -$ SSO_URL=https://domain.tld/path DB_URL=mongodb://user:pass@ip:port/authdb DB_NAME=authRxbn node app.js +$ node app.js ``` ## debug start (with debug output/logs) ```sh -$ SSO_URL=https://domain.tld/path DB_URL=mongodb://user:pass@ip:port/authdb DB_NAME=authRxbn NODE_ENV=debug node app.js +$ NODE_ENV=debug node app.js ``` # TODO