fix: white-labeled env

This commit is contained in:
Andras Bacsai 2022-08-11 16:22:07 +02:00
parent b4d658cea1
commit 518fdf676a

View File

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