From 95d29363aafa44a8cc10aa16043548d2c4747dca Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 11 Aug 2022 16:27:46 +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 6f603e276..979099db1 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' }, }