Skip to content

Commit

Permalink
update docs for proxy config
Browse files Browse the repository at this point in the history
  • Loading branch information
robocoder committed Jun 17, 2014
1 parent 2b746da commit f86ab6e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ It is important for the :code:`user` parameter that you use the username not the
comment_on_fail: true
reopen_on_fail: false
cache_directory: /tmp/behat-jira
# ...
Settings
--------
Expand Down Expand Up @@ -99,9 +100,10 @@ Description of the Configuration Parameters:
push_issue: false # Run behat tests and "push" to the associated Jira Ticket
ignored_statuses: "Closed,Resolved" # Comma separated list of ignored Jira updates. Issues with these statuses will not be pushed to Jira.
tag_pattern: /jira:(.*)/ # A regex pattern to match the relevant tags to push to Jira



proxy_host: iproxy.ca # Optional configuration for making an HTTP connection through a proxy server
proxy_port: 8080
proxy_login: guest
proxy_password: guest

Limitations
-----------
Expand Down

0 comments on commit f86ab6e

Please sign in to comment.