From 73b7aef2c3ef45f634de2cdbf787868e1318a269 Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Thu, 7 Apr 2016 17:04:56 -0400 Subject: [PATCH] Added missing config --- config-example.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config-example.js b/config-example.js index 67837acf..08a81d5e 100644 --- a/config-example.js +++ b/config-example.js @@ -15,7 +15,8 @@ var config = { useSSL: false, imagesdir: __dirname + '/patientimages', logRequests: false, - logFormat: 'default' // See http://www.senchalabs.org/connect/logger.html for log formats + logFormat: 'default', // See http://www.senchalabs.org/connect/logger.html for log formats + useGoogleAuth: false }; config.couchCredentials = function() {