apache / openwhisk-package-alarms

Apache OpenWhisk package that can be used to create periodic, time-based alarms.
https://openwhisk.apache.org/
Apache License 2.0
24 stars 49 forks source link

allow apihost port to be configurable #148

Closed jasonpet closed 6 years ago

jasonpet commented 6 years ago

Do not hardcode port to 443 which is the default anyways. If not 443 it should be appended to end of ROUTER_HOST environment var.

jasonpet commented 6 years ago

resolves issue #147