database module
This commit is contained in:
parent
96fc96469b
commit
58dbcb410e
@ -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 node app.js
|
$ DB_URL=mongodb://user:pass@ip:port/db 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 NODE_ENV=debug node app.js
|
$ DB_URL=mongodb://user:pass@ip:port/db DB_NAME=authRxbn NODE_ENV=debug node app.js
|
||||||
```
|
```
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
|
0
bin/database/module.js
Normal file
0
bin/database/module.js
Normal file
Loading…
x
Reference in New Issue
Block a user