merged working with dev branch

This commit is contained in:
David Baldwynn 2015-11-03 12:58:17 -08:00
parent bbab12a159
commit e6584ff61b

View file

@ -1,7 +1,7 @@
'use strict';
module.exports = {
baseUrl: 'http://forms.polydaic.com',
baseUrl: 'kioskform-dev.herokuapp.com',
db: {
uri: process.env.MONGOHQ_URL || process.env.MONGOLAB_URI || 'mongodb://' + (process.env.DB_1_PORT_27017_TCP_ADDR || 'localhost') + '/mean',
options: {