From 004ff71c66bf855e2558e01e37a8a1bbb3e03faf Mon Sep 17 00:00:00 2001 From: Ruben Meyer <46384706+rxbnDE@users.noreply.github.com> Date: Wed, 4 Sep 2019 12:02:24 +0200 Subject: [PATCH] README.md --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 109c1f2..eb1b2f0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ $ SSO_URL=https://domain.tld/path DB_URL=mongodb://user:pass@ip:port/authdb DB_N ``` ## debug start (with debug output/logs) ```sh -$ DB_URL=mongodb://user:pass@ip:port/authdb DB_NAME=authRxbn NODE_ENV=debug node app.js +$ SSO_URL=https://domain.tld/path DB_URL=mongodb://user:pass@ip:port/authdb DB_NAME=authRxbn NODE_ENV=debug node app.js ``` # TODO @@ -17,7 +17,7 @@ $ DB_URL=mongodb://user:pass@ip:port/authdb DB_NAME=authRxbn NODE_ENV=debug node | ----- | ----------- | --- | | database options | mongodb, memcache | - | | fallback cache | in-app cache as fallback | - | -| modules | database, authentication, etc. pp. | - | +| modules | database, authentication | - | | web service | GUI | - | @@ -25,14 +25,3 @@ $ DB_URL=mongodb://user:pass@ip:port/authdb DB_NAME=authRxbn NODE_ENV=debug node - add upstream - pull - merge - -# version numbering -F.B.A@C -F: final version -B: beta version -A: alpha version -C: @git commit - -examples: -* 0.24.56@40c3d0f160 -* 1.33.187@4ff0082ce4