diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-04-07 11:27:01 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-04-07 11:27:01 +0900 |
| commit | 239d3f2dbfb602c20a8bcc89b0be2eeedcc6f3ae (patch) | |
| tree | e81ae7fdb9318a18b2c8794c4bd341ef9d39bf14 /.config/example.yml | |
| parent | feat(backend): イベント用Redisを別サーバーに分離できるように (diff) | |
| download | sharkey-239d3f2dbfb602c20a8bcc89b0be2eeedcc6f3ae.tar.gz sharkey-239d3f2dbfb602c20a8bcc89b0be2eeedcc6f3ae.tar.bz2 sharkey-239d3f2dbfb602c20a8bcc89b0be2eeedcc6f3ae.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 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 └───────────────────────────── |