diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-04-07 11:20:14 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-04-07 11:20:14 +0900 |
| commit | ff6d9d28604d173b57bdb26b94ccd16bd0f4c4ba (patch) | |
| tree | 7d608de794ce10af14f954d753ce2d86501ca5c7 /.config/example.yml | |
| parent | perf(backend): reduce db query (diff) | |
| download | sharkey-ff6d9d28604d173b57bdb26b94ccd16bd0f4c4ba.tar.gz sharkey-ff6d9d28604d173b57bdb26b94ccd16bd0f4c4ba.tar.bz2 sharkey-ff6d9d28604d173b57bdb26b94ccd16bd0f4c4ba.zip | |
feat(backend): イベント用Redisを別サーバーに分離できるように
Diffstat (limited to '.config/example.yml')
| -rw-r--r-- | .config/example.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/example.yml b/.config/example.yml index 92b8726623..fbdb7b0241 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -62,6 +62,14 @@ redis: #prefix: example-prefix #db: 1 +#redisForPubsub: +# host: localhost +# port: 6379 +# #family: 0 # 0=Both, 4=IPv4, 6=IPv6 +# #pass: example-pass +# #prefix: example-prefix +# #db: 1 + # ┌─────────────────────────────┐ #───┘ Elasticsearch configuration └───────────────────────────── |