You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/04/27 13:53:38 UTC

[incubator-openwhisk-package-cloudant] branch master updated: allow apihost port to be configurable (#170)

This is an automated email from the ASF dual-hosted git repository.

csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-cloudant.git


The following commit(s) were added to refs/heads/master by this push:
     new b3c59c5  allow apihost port to be configurable (#170)
b3c59c5 is described below

commit b3c59c56eb7a287429c5fc679beadc7a86b8fd5f
Author: Jason Peterson <ja...@us.ibm.com>
AuthorDate: Fri Apr 27 09:53:36 2018 -0400

    allow apihost port to be configurable (#170)
---
 provider/lib/utils.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/provider/lib/utils.js b/provider/lib/utils.js
index 57550ca..fb5c3dc 100644
--- a/provider/lib/utils.js
+++ b/provider/lib/utils.js
@@ -14,7 +14,7 @@ module.exports = function(logger, triggerDB, redisClient) {
     this.redisClient = redisClient;
     this.redisHash = this.db.config.db + '_' + this.worker;
     this.redisKey = constants.REDIS_KEY;
-    this.uriHost ='https://' + this.routerHost + ':443';
+    this.uriHost ='https://' + this.routerHost;
     this.monitorStatus = {};
 
     var retryAttempts = constants.RETRY_ATTEMPTS;

-- 
To stop receiving notification emails like this one, please contact
csantanapr@apache.org.