This commit is contained in:
Andras Bacsai
2023-06-16 14:27:34 +02:00
parent 6067e5118f
commit 66af4d98ce
2 changed files with 9 additions and 8 deletions

View File

@@ -17,6 +17,7 @@ class InstanceSettingsSeeder extends Seeder
'id' => 0,
'is_registration_enabled' => true,
'extra_attributes' => [
'smtp_active' => true,
'smtp_test_recipients' => 'test@example.com,test2@example.com',
'smtp_host' => 'coolify-mail',
'smtp_port' => 1025,