fix: white-labeled env
This commit is contained in:
parent
b4d658cea1
commit
518fdf676a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue