From 4ff0082ce462308f71ec447ecb9ca794c28edf7d Mon Sep 17 00:00:00 2001 From: Ruben Meyer <46384706+rxbnDE@users.noreply.github.com> Date: Tue, 3 Sep 2019 00:25:20 +0200 Subject: [PATCH] README update --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a74c4b..ae5dc49 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ Single sign-on authentication and authorization service for rxbn.de services # start server ## normal start ```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) ```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 @@ -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 | - | | modules | database, authentication, etc. pp. | - | -| cli user management | get, add, modify, delete user data | - | | event handling | handle CLI events | - | | web service | GUI | - |