1
0
Fork 0

database module

This commit is contained in:
Ruben Meyer 2019-06-19 00:41:14 +02:00
parent 96fc96469b
commit 58dbcb410e
2 changed files with 2 additions and 2 deletions

View File

@ -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 node app.js
$ DB_URL=mongodb://user:pass@ip:port/db DB_NAME=authRxbn node app.js
```
## debug start (with debug output/logs)
```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

0
bin/database/module.js Normal file
View File