From d431de8ea5c12e67511cf434252a2bdc336cf5c8 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 11 Aug 2022 16:24:59 +0200 Subject: [PATCH] fix: schema --- apps/api/src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/src/index.ts b/apps/api/src/index.ts index f9c183ff8..6f603e276 100644 --- a/apps/api/src/index.ts +++ b/apps/api/src/index.ts @@ -53,7 +53,7 @@ const schema = { }, COOLIFY_WHITE_LABELED: { type: 'string', - default: false + default: "false" }, COOLIFY_WHITE_LABELED_ICON: { type: 'string', @@ -61,7 +61,7 @@ const schema = { }, COOLIFY_AUTO_UPDATE: { type: 'string', - default: false + default: "false" }, }