1
0
Fork 0
SSObaseApp_nodeJS/README.md

19 lines
391 B
Markdown
Raw Permalink Normal View History

2020-03-08 19:19:37 +00:00
# SSObaseApp_nodeJS - fork it and build your own app
2019-09-04 09:57:22 +00:00
2020-10-26 00:06:31 +00:00
nodeJS web app using auth.rxbn.de SSO Service to authenticate users
2019-09-04 09:57:22 +00:00
# start app
## normal start
```sh
2020-10-26 00:06:31 +00:00
$ APP_ID=APP_UUID APP_SECRET=SECRET_TOKEN node app.js
2019-09-04 09:57:22 +00:00
```
## debug start (with debug output/logs)
```sh
2020-10-26 00:06:31 +00:00
$ APP_ID=APP_UUID APP_SECRET=SECRET_TOKEN NODE_ENV=debug node app.js
2019-09-04 09:57:22 +00:00
```
2019-09-08 17:50:43 +00:00
# Upgrade your forked app
2019-09-04 09:57:22 +00:00
- add upstream
- pull
- merge