Skip to content

Commit 8db0a5a

Browse files
committed
add documentation for port override
1 parent a4b3b02 commit 8db0a5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ If you need to make requests via a HTTP proxy then it can be configured
7373
Pusher.http_proxy = 'http://(user):(password)@(host):(port)'
7474
```
7575

76-
By default API requests are made over HTTP. HTTPS can be used by setting
76+
By default API requests are made over HTTP. HTTPS can be used by setting `encrypted` to `true`.
77+
Issuing this command is going to reset `port` value if it was previously specified.
7778

7879
``` ruby
7980
Pusher.encrypted = true

0 commit comments

Comments
 (0)