Files
dss.web/server/config/environment/development.js
Fergal Moran d2c529bafe Screw you git!
2015-12-01 19:50:20 +00:00

14 lines
278 B
JavaScript
Executable File

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