1
0
Fork 0
SSObaseApp_nodeJS/README.md

19 lines
391 B
Markdown

# SSObaseApp_nodeJS - fork it and build your own app
nodeJS web app using auth.rxbn.de SSO Service to authenticate users
# start app
## normal start
```sh
$ APP_ID=APP_UUID APP_SECRET=SECRET_TOKEN node app.js
```
## debug start (with debug output/logs)
```sh
$ APP_ID=APP_UUID APP_SECRET=SECRET_TOKEN NODE_ENV=debug node app.js
```
# Upgrade your forked app
- add upstream
- pull
- merge