acammies
2018-04-12 1cc53e17fb93ad6aa234f004b10f104529b78b54
renamed ci-cd file so testci command works
1 files added
16 ■■■■■ changed files
server/config/environment/ci.js 16 ●●●●● patch | view | raw | blame | history
server/config/environment/ci.js
New file
@@ -0,0 +1,16 @@
'use strict';
// Test specific configuration
// ===========================
module.exports = {
  // MongoDB connection options
  //  TODO change this to the new service in the OpenShift namespace
  mongo: {
    uri: 'mongodb://username:password@' + process.env.MONGODB_SERVICE_HOST + ':' + process.env.MONGODB_SERVICE_PORT + '/todolist',
  },
  mocks: {
    // api: true
    api: false
  },
  seedDB: true
};