Skip to content

Commit

Permalink
Merge pull request #6 from xebialabs-community/proxy
Browse files Browse the repository at this point in the history
Adding https setting
  • Loading branch information
jdewinne authored Nov 30, 2017
2 parents 280220a + e9a4b5c commit f663335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/caflowdock/SendTeamInboxMessage.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from caflowdock.FlowdockHelper import FlowdockHelper

os.environ["HTTP_PROXY"] = "http://%s:%s" % (flowdockServer['proxyHost'], flowdockServer['proxyPort'])
os.environ["HTTPS_PROXY"] = "https://%s:%s" % (flowdockServer['proxyHost'], flowdockServer['proxyPort'])
api_key = FlowdockHelper.get_token(locals())
fdclient = flowdock.FlowDock(api_key=api_key, app_name=appName, project=project)

Expand Down

0 comments on commit f663335

Please sign in to comment.