fix: schema
This commit is contained in:
parent
518fdf676a
commit
d431de8ea5
1 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ const schema = {
|
||||||
},
|
},
|
||||||
COOLIFY_WHITE_LABELED: {
|
COOLIFY_WHITE_LABELED: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: false
|
default: "false"
|
||||||
},
|
},
|
||||||
COOLIFY_WHITE_LABELED_ICON: {
|
COOLIFY_WHITE_LABELED_ICON: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
|
@ -61,7 +61,7 @@ const schema = {
|
||||||
},
|
},
|
||||||
COOLIFY_AUTO_UPDATE: {
|
COOLIFY_AUTO_UPDATE: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: false
|
default: "false"
|
||||||
},
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue