diff --git a/push/clip.yml b/push/clip.yml index c4c235f..21ba431 100755 --- a/push/clip.yml +++ b/push/clip.yml @@ -46,7 +46,7 @@ log: hide_token: true queue: - engine: "redis" # redis engine 没有实现 + engine: "local" # redis engine 没有实现 redis: cluster: false addr: "redis:6379" # if cluster is true, you may set this to "localhost:6379,localhost:6380,localhost:6381" diff --git a/push/clip.yml.sample b/push/clip.yml.sample index a751d32..889b581 100755 --- a/push/clip.yml.sample +++ b/push/clip.yml.sample @@ -45,7 +45,7 @@ log: hide_token: true queue: - engine: "redis" # support memory, redis, boltdb, buntdb or leveldb + engine: "local" # support memory, redis, boltdb, buntdb or leveldb redis: cluster: false addr: "redis:6379" # if cluster is true, you may set this to "localhost:6379,localhost:6380,localhost:6381" diff --git a/push/ios.yml b/push/ios.yml index c1dfd91..e42ba86 100755 --- a/push/ios.yml +++ b/push/ios.yml @@ -51,7 +51,7 @@ log: hide_token: true queue: - engine: "redis" # support memory, redis, boltdb, buntdb or leveldb + engine: "local" # support memory, redis, boltdb, buntdb or leveldb redis: cluster: false addr: "redis:6379" # if cluster is true, you may set this to "localhost:6379,localhost:6380,localhost:6381" diff --git a/push/ios.yml.smaple b/push/ios.yml.smaple index ca371ac..0f20ada 100755 --- a/push/ios.yml.smaple +++ b/push/ios.yml.smaple @@ -59,7 +59,7 @@ queue: db: 0 stat: - engine: "redis" # support memory, redis, boltdb, buntdb or leveldb + engine: "local" # support memory, redis, boltdb, buntdb or leveldb redis: cluster: false addr: "redis:6379" # if cluster is true, you may set this to "localhost:6379,localhost:6380,localhost:6381"