Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 456 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 456 Bytes

AuthorizationService

Service to handle authorization of the API Backend

from other service: app.use('/', pingAuthorization, pingAuthentification, myFunction);

"env": { "DB_USER": "", "DB_PASSWORD": "", "DB_HOST": "localhost", "DB_PORT": "27017", "DB_NAME": "evnotify" }

DB_USER="admin" DB_PASSWORD="admin" DB_HOST="localhost" DB_PORT="27017" DB_NAME="evnotify" ./node_modules/mocha/bin/mocha tests/* --timeout 999999 --exit