Files
dss.web/server/config/environment/development.js
2016-09-16 22:05:45 +01:00

16 lines
386 B
JavaScript

'use strict';
module.exports = {
// MongoDB connection options
mongo: {
uri: 'mongodb://localhost/dssweb-dev'
},
seedDB: true,
redisHost: 'localhost',
apiUrl: 'http://ext-test.deepsouthsounds.com:8001',
podcastUrl: 'http://ext-test.deepsouthsounds.com:8001/podcasts',
//apiUrl: 'http://localhost:8001',
radioUrl: 'http://localhost:8000'
};