added unit testing, and started implementing unit tests...phew
This commit is contained in:
@ -6,6 +6,7 @@ module.exports = {
|
||||
port: process.env.PORT || 8443,
|
||||
hostname: process.env.HOSTNAME || 'ysbraid.localhost',
|
||||
environment: process.env.ENVIRONMENT || 'development',
|
||||
log_level: process.env.LOG_LEVEL || 'debug',
|
||||
signOptions : {
|
||||
issuer: 'Yardstick Software',
|
||||
subject: 'Braid JWT',
|
||||
|
Reference in New Issue
Block a user