1
0
Fork 0

README.md

This commit is contained in:
Ruben Meyer 2019-09-04 12:02:24 +02:00
parent 5ee496cc95
commit 004ff71c66
1 changed files with 2 additions and 13 deletions

View File

@ -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) ## debug start (with debug output/logs)
```sh ```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 # TODO
@ -17,7 +17,7 @@ $ DB_URL=mongodb://user:pass@ip:port/authdb DB_NAME=authRxbn NODE_ENV=debug node
| ----- | ----------- | --- | | ----- | ----------- | --- |
| database options | mongodb, memcache | - | | database options | mongodb, memcache | - |
| fallback cache | in-app cache as fallback | - | | fallback cache | in-app cache as fallback | - |
| modules | database, authentication, etc. pp. | - | | modules | database, authentication | - |
| web service | GUI | - | | web service | GUI | - |
@ -25,14 +25,3 @@ $ DB_URL=mongodb://user:pass@ip:port/authdb DB_NAME=authRxbn NODE_ENV=debug node
- add upstream - add upstream
- pull - pull
- merge - 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