chore(queue): support NSQ as backend. (#600)
This commit is contained in:
7
config/testdata/config.yml
vendored
7
config/testdata/config.yml
vendored
@@ -49,6 +49,13 @@ huawei:
|
||||
appid: "YOUR_APP_ID"
|
||||
max_retry: 0 # resend fail notification, default value zero is disabled
|
||||
|
||||
queue:
|
||||
engine: "nsq" # support "local", "nsq", default value is "local"
|
||||
nsq:
|
||||
addr: 127.0.0.1:4150
|
||||
topic: gorush
|
||||
channel: ch
|
||||
|
||||
ios:
|
||||
enabled: false
|
||||
key_path: "key.pem"
|
||||
|
||||
Reference in New Issue
Block a user