fix autoupdated hardcoded
This commit is contained in:
parent
3c50bc1f62
commit
3565996224
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
'coolify' => [
|
||||
'version' => '4.0.0-beta.369',
|
||||
'self_hosted' => env('SELF_HOSTED', true),
|
||||
'autoupdate' => env('AUTOUPDATE', false),
|
||||
'autoupdate' => env('AUTOUPDATE'),
|
||||
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),
|
||||
'helper_image' => env('HELPER_IMAGE', 'ghcr.io/coollabsio/coolify-helper'),
|
||||
'is_windows_docker_desktop' => env('IS_WINDOWS_DOCKER_DESKTOP', false),
|
||||
|
|
|
|||
Loading…
Reference in a new issue