From 5337c4f022cff62d15c367c1aa505dbb571a82bf Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 9 Jun 2022 23:16:45 +0200 Subject: [PATCH] Update config.json --- seafile/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seafile/config.json b/seafile/config.json index 438ca791d..b2b6999e7 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -57,7 +57,7 @@ "seafile_admin_email": "me@example.com", "seafile_admin_password": "a_very_secret_password", "PUID": 0, - "GUID": 0 + "PGID": 0 }, "panel_icon": "mdi:library", "ports": { @@ -73,7 +73,7 @@ ], "schema": { "PUID": "int", - "GUID": "int", + "PGID": "int", "TZ": "str", "database": "list(sqlite|mariadb_addon)", "data_location": "str",