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