mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-05 18:24:01 +00:00
Merge remote-tracking branch 'origin/next' into refactor/sync-model-attributes
# Conflicts: # app/Models/Application.php # app/Models/Service.php # app/Models/StandaloneClickhouse.php # app/Models/StandaloneDragonfly.php # app/Models/StandaloneKeydb.php # app/Models/StandaloneMariadb.php # app/Models/StandaloneMongodb.php # app/Models/StandaloneMysql.php # app/Models/StandalonePostgresql.php # app/Models/StandaloneRedis.php # app/Models/Team.php # app/Models/User.php # tests/Feature/MassAssignmentProtectionTest.php
This commit is contained in:
@@ -99,6 +99,7 @@ class ServerSetting extends Model
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
'force_disabled' => 'boolean',
|
||||
'force_docker_cleanup' => 'boolean',
|
||||
'docker_cleanup_threshold' => 'integer',
|
||||
'sentinel_token' => 'encrypted',
|
||||
|
||||
Reference in New Issue
Block a user