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