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
|
# start app
|
||||||
## normal start
|
## normal start
|
||||||
```sh
|
```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)
|
## debug start (with debug output/logs)
|
||||||
```sh
|
```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
|
# TODO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user