README update
This commit is contained in:
parent
d6fcb13423
commit
8ceedfca0e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user