From 6134ab97d9f5696fac2225d47b4ce8251a71b87d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 13 Feb 2022 23:10:02 +0100 Subject: [PATCH] Update config.json --- joplin/config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/joplin/config.json b/joplin/config.json index 9b107d03a..4a6d8ce46 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -22,6 +22,9 @@ "options": { "APP_BASE_URL": "http://your_domain:port" }, + "map": [ + "config:rw" + ], "schema": { "APP_BASE_URL": "str", "DB_CLIENT": "str?",