From 5423476bcdf0606d793ddc3f7485882db28c90f5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 11 Feb 2021 22:40:14 +0100 Subject: [PATCH] Update config.json --- scrutiny/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrutiny/config.json b/scrutiny/config.json index afc5477a7..1c835b4fc 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -37,8 +37,8 @@ "SCRUTINY_COLLECTOR": "true" }, "options": { - "PUID": 0, - "PGID": 0 + "PUID": 1000, + "PGID": 1000 }, "schema": { "PUID": "int",