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 /chart | |
| 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 'chart')
| -rw-r--r-- | chart/files/default.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chart/files/default.yml b/chart/files/default.yml index 4061ca3eb6..afaf8a162d 100644 --- a/chart/files/default.yml +++ b/chart/files/default.yml @@ -78,10 +78,19 @@ db: redis: host: localhost port: 6379 + #family: 0 # 0=Both, 4=IPv4, 6=IPv6 #pass: example-pass #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 └───────────────────────────── |