1
0
Fork 0

README update

This commit is contained in:
Ruben Meyer 2019-09-03 00:25:20 +02:00
parent dfed144964
commit 4ff0082ce4
1 changed files with 2 additions and 3 deletions

View File

@ -5,11 +5,11 @@ Single sign-on authentication and authorization service for rxbn.de services
# start server # start server
## normal start ## normal start
```sh ```sh
$ DB_URL=mongodb://user:pass@ip:port/db DB_NAME=authRxbn node app.js $ DB_URL=mongodb://user:pass@ip:port/authdb DB_NAME=authRxbn node app.js
``` ```
## debug start (with debug output/logs) ## debug start (with debug output/logs)
```sh ```sh
$ DB_URL=mongodb://user:pass@ip:port/db DB_NAME=authRxbn NODE_ENV=debug node app.js $ DB_URL=mongodb://user:pass@ip:port/authdb DB_NAME=authRxbn NODE_ENV=debug node app.js
``` ```
# TODO # TODO
@ -17,6 +17,5 @@ $ DB_URL=mongodb://user:pass@ip:port/db DB_NAME=authRxbn NODE_ENV=debug node app
| ----- | ----------- | --- | | ----- | ----------- | --- |
| database module | remove rememberMe part; add more stats methods | - | | database module | remove rememberMe part; add more stats methods | - |
| modules | database, authentication, etc. pp. | - | | modules | database, authentication, etc. pp. | - |
| cli user management | get, add, modify, delete user data | - |
| event handling | handle CLI events | - | | event handling | handle CLI events | - |
| web service | GUI | - | | web service | GUI | - |