From b9534d220eb7da5c2863d70caf391e490cb82b61 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 6 Nov 2021 07:54:28 +0100 Subject: [PATCH] Update config.json --- nextcloud/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nextcloud/config.json b/nextcloud/config.json index 4e97e5b06..003004a59 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -27,8 +27,9 @@ "keyfile": "privkey.pem", "trusted_domains": "your-domain, your-domain2", "OCR": false, + "OCRLANG": "fra", "Full_Text_Search": false, - "OCRLANG": "fra" + "elasticsearch_server": "" }, "schema": { "PUID": "int", @@ -37,8 +38,9 @@ "certfile": "str", "keyfile": "str", "OCR": "bool?", - "Full_Text_Search": "bool?", "OCRLANG": "list(afr|amh|ara|asm|aze|bel|ben|bih|bod|bos|bul|cat|ceb|ces|chr|cym|dan|deu|div|dzo|ell|eng|enm|epo|est|eus|fas|fin|fra|frk|frm|gle|glg|grc|guj|hat|heb|hin|hrv|hun|iku|ind|isl|ita|jav|jpn|kan|kat|kaz|khm|kir|kmr|kor|lao|lat|lav|lit|mal|mar|mkd|mlt|mri|msa|mya|nep|nld|nor|ori|pan|pol|por|pus|ron|rus|san|sin|slk|slv|snd|spa|sqi|srp|swa|swe|syr|tam|tel|tgk|tgl|tha|tir|tur|tyv|uig|ukr|urd|uzb|vie|yid|zlm)?", + "Full_Text_Search": "bool?", + "elasticsearch_Server": "str?", "trusted_domains": "str?", "TZ": "str?" }