From cdc031531f0eeed134fb7e7d87bbe1ddded22637 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 11 Aug 2024 00:27:45 +0000 Subject: [PATCH] Github bot : json sorted --- kometa/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kometa/config.json b/kometa/config.json index 89b52dfd2..f7c7266da 100644 --- a/kometa/config.json +++ b/kometa/config.json @@ -73,8 +73,8 @@ ], "name": "Kometa", "options": { - "PGID": 0, "KOMETA_CONFIG": "/config/addons_config/kometa/config.yml", + "PGID": 0, "PUID": 0 }, "privileged": [ @@ -82,12 +82,12 @@ "DAC_READ_SEARCH" ], "schema": { - "PGID": "int", "KOMETA_CONFIG": "str", "KOMETA_NO_MISSING": "bool?", "KOMETA_RUN": "bool?", "KOMETA_TEST": "bool?", "KOMETA_TIME": "str?", + "PGID": "int", "PUID": "int", "TZ": "str?" },