From 59f6180eaf7b3bf5500bee15f56d35e73335a1c2 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 3 Mar 2024 00:22:57 +0000 Subject: [PATCH] Github bot : json sorted --- codex/config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/codex/config.json b/codex/config.json index 6a9d9efff..e8b6cf7fa 100644 --- a/codex/config.json +++ b/codex/config.json @@ -58,9 +58,9 @@ "/dev/nvme2" ], "environment": { + "CODEX_CONFIG_DIR": "/config", "PGID": "0", - "PUID": "0", - "CODEX_CONFIG_DIR": "/config" + "PUID": "0" }, "image": "ghcr.io/alexbelgium/codex-{arch}", "map": [ @@ -85,11 +85,11 @@ "DAC_READ_SEARCH" ], "schema": { - "TZ": "str?", - "PUID": "int?", - "PGID": "int?", - "CODEX_SKIP_INTEGRITY_CHECK": "int?", "CODEX_RESET_ADMIN": "int?", + "CODEX_SKIP_INTEGRITY_CHECK": "int?", + "PGID": "int?", + "PUID": "int?", + "TZ": "str?", "cifsdomain": "str?", "cifspassword": "str?", "cifsusername": "str?",