1
0
Fork 0

README update

This commit is contained in:
Ruben Meyer 2019-09-08 19:40:36 +02:00
parent d6fcb13423
commit 8ceedfca0e
1 changed files with 2 additions and 2 deletions

View File

@ -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