1
0
Fork 0

README update

This commit is contained in:
Ruben Meyer 2019-06-01 22:35:59 +02:00
parent 898347e460
commit f5a7c94c14
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# [auth.rxbn.de](https://auth.rxbn.de) - Single sign-on GUI
# start server
## normal start
```sh
$ DB_URL=mongodb://user:pass@ip:port/db node app.js
```
## debug start (with debug output/logs)
```sh
$ DB_URL=mongodb://user:pass@ip:port/db NODE_ENV=debug node app.js
```
# TODO
| title | description | |
| ----- | ----------- | - |
| database models |
| modules |