IBM-Cloud / insurance-bot

A message based insurance experience
http://cloudco.mybluemix.net
Other
36 stars 57 forks source link

Cloudant naming is different in Bluemix Dedicated #177

Closed hlarubi closed 6 years ago

hlarubi commented 7 years ago

Hi,

Trying to bring up this app in Bluemix Dedicated with Dedicated Cloudant instance, the name of the service is different from public and has a space in it. This is causing the app to break in multiple ways (app.js and both files under /config need to be modified to pick up the Cloudant DB)

Here is what the sample app env services looks like: 2017-04-04T22:18:13.14-0700 [App/0] OUT services: 2017-04-04T22:18:13.14-0700 [App/0] OUT { 'cloudantNoSQLDB Dedicated': [ [Object] ], 2017-04-04T22:18:13.14-0700 [App/0] OUT conversation: [ [Object] ] },

Could the apps be updated to account for this?

Thanks!