summaryrefslogtreecommitdiff
path: root/.config/example.yml
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-04-07 11:27:01 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-04-07 11:27:01 +0900
commit239d3f2dbfb602c20a8bcc89b0be2eeedcc6f3ae (patch)
treee81ae7fdb9318a18b2c8794c4bd341ef9d39bf14 /.config/example.yml
parentfeat(backend): イベント用Redisを別サーバーに分離できるように (diff)
downloadsharkey-239d3f2dbfb602c20a8bcc89b0be2eeedcc6f3ae.tar.gz
sharkey-239d3f2dbfb602c20a8bcc89b0be2eeedcc6f3ae.tar.bz2
sharkey-239d3f2dbfb602c20a8bcc89b0be2eeedcc6f3ae.zip
feat(backend): ジョブキュー用Redisを別サーバーに分離できるように
Diffstat (limited to '.config/example.yml')
-rw-r--r--.config/example.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/example.yml b/.config/example.yml
index fbdb7b0241..b61ed14809 100644
--- a/.config/example.yml
+++ b/.config/example.yml
@@ -70,6 +70,14 @@ redis:
# #prefix: example-prefix
# #db: 1
+#redisForJobQueue:
+# host: localhost
+# port: 6379
+# #family: 0 # 0=Both, 4=IPv4, 6=IPv6
+# #pass: example-pass
+# #prefix: example-prefix
+# #db: 1
+
# ┌─────────────────────────────┐
#───┘ Elasticsearch configuration └─────────────────────────────