Support HTTP proxy for APNs (#445)

This commit is contained in:
Keisuke Emi
2019-12-08 08:30:24 +09:00
committed by Bo-Yi Wu
parent 6f2b614265
commit 1edfa9f532
6 changed files with 128 additions and 26 deletions

View File

@@ -26,7 +26,7 @@ core:
key_path: "key.pem"
cert_base64: ""
key_base64: ""
http_proxy: "" # only working for FCM server
http_proxy: ""
pid:
enabled: false
path: "gorush.pid"

View File

@@ -13,7 +13,7 @@ core:
key_path: "key.pem"
cert_base64: ""
key_base64: ""
http_proxy: "" # only working for FCM server
http_proxy: ""
pid:
enabled: false
path: "gorush.pid"