Merge pull request #6890 from coollabsio/conductor/api-enabled-in-dev

Enable API by default in development mode
This commit is contained in:
Andras Bacsai 2025-10-15 21:35:49 +02:00 committed by GitHub
commit 4acbee7399
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@ class InstanceSettingsSeeder extends Seeder
InstanceSettings::create([
'id' => 0,
'is_registration_enabled' => true,
'is_api_enabled' => isDev(),
'smtp_enabled' => true,
'smtp_host' => 'coolify-mail',
'smtp_port' => 1025,