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 },