Enabling test server and bug fixes

This commit is contained in:
John Lyon-Smith
2018-04-20 17:40:55 -07:00
parent acfbc52cf9
commit f7c73ee277
15 changed files with 399 additions and 126 deletions

View File

@@ -1,5 +1,11 @@
{
logDir: '',
serviceName: {
server: 'dar-server',
api: 'dar-api',
email: 'dar-email',
image: 'dar-image',
},
uri: {
mongo: 'mongodb://localhost/dar-v1',
amqp: 'amqp://localhost',