chore: update default value.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
2e2dd9b8d6
commit
990085fee7
|
@ -147,7 +147,7 @@ huawei:
|
||||||
max_retry: 0 # resend fail notification, default value zero is disabled
|
max_retry: 0 # resend fail notification, default value zero is disabled
|
||||||
|
|
||||||
queue:
|
queue:
|
||||||
engine: "nsq" # support "local", "nsq", default value is "local"
|
engine: "local" # support "local", "nsq", default value is "local"
|
||||||
nsq:
|
nsq:
|
||||||
addr: 127.0.0.1:4150
|
addr: 127.0.0.1:4150
|
||||||
topic: gorush
|
topic: gorush
|
||||||
|
|
|
@ -50,7 +50,7 @@ huawei:
|
||||||
max_retry: 0 # resend fail notification, default value zero is disabled
|
max_retry: 0 # resend fail notification, default value zero is disabled
|
||||||
|
|
||||||
queue:
|
queue:
|
||||||
engine: "nsq" # support "local", "nsq", default value is "local"
|
engine: "local" # support "local", "nsq", default value is "local"
|
||||||
nsq:
|
nsq:
|
||||||
addr: 127.0.0.1:4150
|
addr: 127.0.0.1:4150
|
||||||
topic: gorush
|
topic: gorush
|
||||||
|
|
Loading…
Reference in New Issue