mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 06:23:23 +00:00
Merge remote-tracking branch 'origin/next' into fix/backup-ssh-command-timeout-next
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
return [
|
||||
'coolify' => [
|
||||
'version' => '4.3.0',
|
||||
'version' => env('COOLIFY_VERSION') ?: '4.3.0',
|
||||
'helper_version' => '1.0.14',
|
||||
'realtime_version' => '1.0.17',
|
||||
'railpack_version' => '0.23.0',
|
||||
@@ -99,6 +99,7 @@ return [
|
||||
],
|
||||
|
||||
'sentinel' => [
|
||||
'dev_url' => env('DEV_SENTINEL_URL'),
|
||||
// How often (seconds) PushServerUpdateJob is force-dispatched even when
|
||||
// the container state hash is unchanged. Keeps exited-detection and
|
||||
// storage checks from going stale without writing every resource row on
|
||||
|
||||
Reference in New Issue
Block a user