diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2023-07-20 19:50:31 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-20 19:50:31 +0900 |
| commit | 0a06eb27da747c22ff8403ba9bf9f1704eb65425 (patch) | |
| tree | 9bf1b6a77f57d0d0208f4a79effea3eb874915c5 /.config | |
| parent | refactor(frontend): use nodemon for storybook (#11297) (diff) | |
| download | sharkey-0a06eb27da747c22ff8403ba9bf9f1704eb65425.tar.gz sharkey-0a06eb27da747c22ff8403ba9bf9f1704eb65425.tar.bz2 sharkey-0a06eb27da747c22ff8403ba9bf9f1704eb65425.zip | |
enhance(backend): 設定ファイルでioredisの全てのオプションを指定可能に (#11329)
* enhance(backend): 設定ファイルでioredisの全てのオプションを指定可能に
* yappa kousuru
* fix
* fix?
* fix
* Revert "fix"
This reverts commit 227f19ff3afcbbd560b831493975206263a1a5a3.
* fix
Diffstat (limited to '.config')
| -rw-r--r-- | .config/example.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/example.yml b/.config/example.yml index fcf22debce..b996a83fb5 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -82,6 +82,8 @@ redis: #pass: example-pass #prefix: example-prefix #db: 1 + # You can specify more ioredis options... + #username: example-username #redisForPubsub: # host: localhost @@ -90,6 +92,8 @@ redis: # #pass: example-pass # #prefix: example-prefix # #db: 1 +# # You can specify more ioredis options... +# #username: example-username #redisForJobQueue: # host: localhost @@ -98,6 +102,8 @@ redis: # #pass: example-pass # #prefix: example-prefix # #db: 1 +# # You can specify more ioredis options... +# #username: example-username # ┌───────────────────────────┐ #───┘ MeiliSearch configuration └───────────────────────────── |