commit
86e14f3620
3 changed files with 5 additions and 5 deletions
|
|
@ -88,12 +88,12 @@ public function submit()
|
|||
if (version_compare($this->redis_version, '6.0', '>=')) {
|
||||
$this->database->runtime_environment_variables()->updateOrCreate(
|
||||
['key' => 'REDIS_USERNAME'],
|
||||
['value' => $this->redis_username, 'standalone_redis_id' => $this->database->id]
|
||||
['value' => $this->redis_username, 'resourceable_id' => $this->database->id]
|
||||
);
|
||||
}
|
||||
$this->database->runtime_environment_variables()->updateOrCreate(
|
||||
['key' => 'REDIS_PASSWORD'],
|
||||
['value' => $this->redis_password, 'standalone_redis_id' => $this->database->id]
|
||||
['value' => $this->redis_password, 'resourceable_id' => $this->database->id]
|
||||
);
|
||||
|
||||
$this->database->save();
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
return [
|
||||
'coolify' => [
|
||||
'version' => '4.0.0-beta.386',
|
||||
'version' => '4.0.0-beta.387',
|
||||
'self_hosted' => env('SELF_HOSTED', true),
|
||||
'autoupdate' => env('AUTOUPDATE'),
|
||||
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"coolify": {
|
||||
"v4": {
|
||||
"version": "4.0.0-beta.386"
|
||||
"version": "4.0.0-beta.387"
|
||||
},
|
||||
"nightly": {
|
||||
"version": "4.0.0-beta.387"
|
||||
"version": "4.0.0-beta.388"
|
||||
},
|
||||
"helper": {
|
||||
"version": "1.0.5"
|
||||
|
|
|
|||
Loading…
Reference in a new issue