internal ip base config

This commit is contained in:
2025-04-07 11:26:22 +01:00
parent 586a3888d0
commit 9e826e5f18
2 changed files with 3 additions and 2 deletions

View File

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