1
0
Fork 0
auth.rxbn.de/README.md

18 lines
365 B
Markdown

# [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 |