From de9d800e0f1699fbd45ae3b990def14004bb962c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 28 Aug 2021 11:55:29 +0200 Subject: [PATCH] Update config.json --- joplin/config.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/joplin/config.json b/joplin/config.json index 0762fa1d8..35636b4b1 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -16,10 +16,15 @@ "APP_PORT": "22300" }, "options": { - "APP_BASE_URL": "your_domain" + "APP_BASE_URL": "http://your_domain:port" }, "schema": { - "APP_BASE_URL": "str" + "APP_BASE_URL": "str", + "DB_CLIENT": "str?", + "POSTGRES_PASSWORD": "str?", + "POSTGRES_USER": "str?", + "POSTGRES_PORT": "int?", + "POSTGRES_HOST": "str?" }, "arch": ["aarch64", "amd64", "armhf", "armv7"] }