mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 12:33:06 +00:00
fix: schema
This commit is contained in:
@@ -53,7 +53,7 @@ const schema = {
|
||||
},
|
||||
COOLIFY_WHITE_LABELED: {
|
||||
type: 'string',
|
||||
default: false
|
||||
default: "false"
|
||||
},
|
||||
COOLIFY_WHITE_LABELED_ICON: {
|
||||
type: 'string',
|
||||
@@ -61,7 +61,7 @@ const schema = {
|
||||
},
|
||||
COOLIFY_AUTO_UPDATE: {
|
||||
type: 'string',
|
||||
default: false
|
||||
default: "false"
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user