From 1bbfc2413ac18d6469976a5502786055a5d67666 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 00:24:41 +0000 Subject: [PATCH] Github bot : json sorted --- mealie/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mealie/config.json b/mealie/config.json index 78b797bda..04f431dc5 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -34,13 +34,13 @@ "9000/tcp": "API port" }, "schema": { + "ALLOW_SIGNUP": "bool", "BASE_URL": "str?", "PGID": "int", "PUID": "int", "certfile": "str", "keyfile": "str", - "ssl": "bool", - "ALLOW_SIGNUP": "bool" + "ssl": "bool" }, "slug": "mealie", "url": "https://github.com/alexbelgium/hassio-addons",