mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-06 12:22:04 +00:00
Merge remote-tracking branch 'origin/next' into sentinel-token-recovery
This commit is contained in:
@@ -29,6 +29,7 @@ class UploadController extends BaseController
|
||||
'archive.gz',
|
||||
'bz2',
|
||||
'xz',
|
||||
'dmp',
|
||||
];
|
||||
|
||||
public function upload(Request $request)
|
||||
|
||||
@@ -45,7 +45,7 @@ class Email extends Component
|
||||
public ?string $smtpPort = null;
|
||||
|
||||
#[Validate(['nullable', 'string', 'in:starttls,tls,none'])]
|
||||
public ?string $smtpEncryption = null;
|
||||
public ?string $smtpEncryption = 'starttls';
|
||||
|
||||
#[Validate(['nullable', 'string'])]
|
||||
public ?string $smtpUsername = null;
|
||||
|
||||
Reference in New Issue
Block a user