Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Added missing config
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinsc committed Apr 7, 2016
1 parent 36dc332 commit 73b7aef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 73b7aef

Please sign in to comment.