From 518fdf676a692726c57065c033e07993e24f3371 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 11 Aug 2022 16:22:07 +0200 Subject: [PATCH] fix: white-labeled env --- 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 60f83a50f..f9c183ff8 100644 --- a/apps/api/src/index.ts +++ b/apps/api/src/index.ts @@ -52,7 +52,7 @@ const schema = { default: 'docker' }, COOLIFY_WHITE_LABELED: { - type: 'boolean', + type: 'string', default: false }, COOLIFY_WHITE_LABELED_ICON: { @@ -60,7 +60,7 @@ const schema = { default: null }, COOLIFY_AUTO_UPDATE: { - type: 'boolean', + type: 'string', default: false },