donal
2018-04-08 4593ec64b46c2133ef14bb4af51dec138d4caea2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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@<YOUR_NAME>-ci-cd.apps.<CLUSTER_DOMAIN>/todolist',
  },
  mocks: {
    // api: true
    api: false
  },
  seedDB: true
};