From cb4e4b8a76fbb9c7f8bd7cdd13b20193c1eb6d5f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 28 Jan 2023 23:49:23 +0100 Subject: [PATCH] Update config.json --- seafile/config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/seafile/config.json b/seafile/config.json index 4f2505949..0377c0699 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -67,6 +67,7 @@ ], "name": "Seafile", "options": { + "CONFIG_LOCATION": "/config/addons_config/seafile/config.yaml", "PGID": 1000, "PUID": 1000, "SEAFILE_ADMIN_EMAIL": "me@example.com", @@ -94,6 +95,7 @@ "NET_ADMIN" ], "schema": { + "CONFIG_LOCATION": "str?", "PGID": "int", "PUID": "int", "SEAFILE_ADMIN_EMAIL": "email",