diff options
| author | Caipira <caipira@libnare.net> | 2023-05-06 04:02:34 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-06 04:02:34 +0900 |
| commit | ae21b75687df9f85a7d4c3176ca591b3c63e85e7 (patch) | |
| tree | 4e1c0cdc5f45a38a9029d4b27dd6cb4e2f6bdcb4 /chart/files/default.yml | |
| parent | perf: use slacc on check-word-mute (#10721) (diff) | |
| download | sharkey-ae21b75687df9f85a7d4c3176ca591b3c63e85e7.tar.gz sharkey-ae21b75687df9f85a7d4c3176ca591b3c63e85e7.tar.bz2 sharkey-ae21b75687df9f85a7d4c3176ca591b3c63e85e7.zip | |
fix(backend): Use SSL option for Meilisearch (#10772)
Diffstat (limited to 'chart/files/default.yml')
| -rw-r--r-- | chart/files/default.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart/files/default.yml b/chart/files/default.yml index f50c38d57e..342c6091f0 100644 --- a/chart/files/default.yml +++ b/chart/files/default.yml @@ -123,6 +123,7 @@ redis: # host: localhost # port: 7700 # apiKey: '' +# ssl: true # ┌───────────────┐ #───┘ ID generation └─────────────────────────────────────────── |