docs: [ci skip] update readme

This commit is contained in:
Bo-Yi Wu 2017-04-10 11:53:42 +08:00
parent 0c9aad538c
commit 672b50f07f
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ core:
worker_num: 0 # default worker number is runtime.NumCPU()
queue_num: 0 # default queue number is 8192
max_notification: 100
sync: false # set true if you get http response after finish send notification.
sync: false # set true if you need error logs from send fail of notifications.
mode: "release"
ssl: false
cert_path: "cert.pem"

View File

@ -3,7 +3,7 @@ core:
worker_num: 0 # default worker number is runtime.NumCPU()
queue_num: 0 # default queue number is 8192
max_notification: 100
sync: false # set true if you get http response after finish send notification.
sync: false # set true if you need error logs from send fail of notifications.
mode: "release"
ssl: false
cert_path: "cert.pem"