This commit is contained in:
2025-04-07 12:16:11 +01:00
parent ce8b201a1c
commit e15a80163b
62 changed files with 149 additions and 131 deletions

View File

@@ -6,7 +6,7 @@ return [
'drivers' => [
'postgres' => [
'17' => Postgres17Driver::class,
]
],
],
'internal_ip_base' => env('INTERNAL_IP_BASE', '192.168.2.'),
];
];

View File

@@ -37,6 +37,6 @@ return [
'hetzner' => [
'key' => env('HETZNER_KEY'),
]
],
];