var couchServerURL = (process.env.CLOUDANT_URL || 'http://localhost:5984')+'/'; module.exports = { port: process.env.PORT || 5000, couchServerURL: couchServerURL, dbName: 'qed' };