fix: white-labeled env
This commit is contained in:
parent
b4d658cea1
commit
518fdf676a
@ -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…
x
Reference in New Issue
Block a user