Files
dss.web/server/config/environment/development.js
2016-02-05 22:50:15 +00:00

14 lines
279 B
JavaScript
Executable File

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