chore(gorush): add timeout for http client (#473)

* chore(gorush): add timeout for http client

dispatch feedback url

See: https://github.com/appleboy/gorush/issues/449

* docs: update readme
This commit is contained in:
Bo-Yi Wu
2020-02-24 22:18:50 +08:00
committed by GitHub
parent e85252b4ae
commit 52622558bd
8 changed files with 32 additions and 12 deletions

View File

@@ -8,6 +8,7 @@ core:
max_notification: 100
sync: false # set true if you need get error message from fail push notification in API response.
feedback_hook_url: "" # set a hook url if you need get error message asynchronously from fail push notification in API response.
feedback_timeout: 10 # default is 10 second
mode: "release"
ssl: false
cert_path: "cert.pem"