From bb89d185598cb0b900c4b624c6b29c6e2c97859e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 22 Jan 2021 11:51:47 +0100 Subject: [PATCH] Update config.json --- nextcloud/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/config.json b/nextcloud/config.json index d57972367..5255efa2a 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -28,7 +28,7 @@ "options": { "PUID": 1001, "PGID": 1001, - "trusted_domains": ["[HOST]"], + "trusted_domains": ["your-domain"], "OCR": false, "OCRLANG": "fra" },