mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
fix: white-labeled env
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user