asteed commented on a change in pull request #163: Added support for Azure 
cosmosDB for alarms package
URL: 
https://github.com/apache/incubator-openwhisk-package-alarms/pull/163#discussion_r263971685
 
 

 ##########
 File path: provider/app.js
 ##########
 @@ -216,4 +155,18 @@ function init(server) {
 
 }
 
+function getDBConfig() {
+    var config = {};
+    config = {
+        protocol: dbProtocol,
+        host: dbHost,
+        username: databaseName,
 
 Review comment:
   This should be `username: dbUsername` correct?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to