Support HTTP proxy for APNs (#445)
This commit is contained in:
@@ -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"
|
||||
|
||||
2
config/testdata/config.yml
vendored
2
config/testdata/config.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user