var secure = { api: { port: 3002, debugPort: 3003, customCodePath: '/usr/share/r3-server/beta/r3-custom-code', customCodeGitBranch: 'beta.r3js.org', serverPassword: '"kent sent me" motherfucker!' }, websocket: { port: 3105, debugPort: 3205 }, db : { mongo : { original : { host: 'mongodb://127.0.0.1', db: 'beta', port: 27017, shardPort: 27018, options: { db: { native_parser: true }, server: { poolSize: 5, keepAlive: 120 }, user: '', pass: '', autoIndex: false } } } } }; if (typeof module !== 'undefined') { module.exports = secure; }