server forms

This commit is contained in:
Andras Bacsai
2023-04-25 10:47:13 +02:00
parent 50316c9cf6
commit 18a2d0bd90
13 changed files with 90 additions and 32 deletions

View File

@@ -14,7 +14,6 @@ class InstanceSettingsSeeder extends Seeder
{
InstanceSettings::create([
'id' => 0,
'wildcard_domain' => 'coolify.io',
'is_https_forced' => false,
'is_registration_enabled' => true,
]);