From 6cee164fe615790fc147ad26ab3008d1a980859c Mon Sep 17 00:00:00 2001 From: naskya Date: Sat, 28 Oct 2023 21:50:42 +0900 Subject: [PATCH] chore: remove Meilisearch/Sonic settings from .config/default.yml --- .config/example.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.config/example.yml b/.config/example.yml index 49922d65a..f269ff455 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -85,27 +85,6 @@ redis: #prefix: example-prefix #db: 1 -# Please configure either MeiliSearch *or* Sonic. -# If both MeiliSearch and Sonic configurations are present, MeiliSearch will take precedence. - -# ┌───────────────────────────┐ -#───┘ MeiliSearch configuration └───────────────────────────────────── -#meilisearch: -# host: meilisearch -# port: 7700 -# ssl: false -# apiKey: - -# ┌─────────────────────┐ -#───┘ Sonic configuration └───────────────────────────────────── - -#sonic: -# host: localhost -# port: 1491 -# auth: SecretPassword -# collection: notes -# bucket: default - # ┌───────────────┐ #───┘ ID generation └───────────────────────────────────────────