README update
This commit is contained in:
parent
898347e460
commit
f5a7c94c14
17
README.md
17
README.md
@ -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 |
|
Loading…
x
Reference in New Issue
Block a user