Set new ENV variables

This commit is contained in:
Shift
2024-04-05 18:36:47 +00:00
parent 8c86dc350f
commit 6111bc0433
3 changed files with 15 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ return [
'connections' => [
'mysql' => [
'driver' => 'mysql',
'url' => env('DATABASE_URL'),
'url' => env('DB_URL'),
'host' => env('DB_HOST', '127.0.0.1'),
'port' => env('DB_PORT', '3306'),
'database' => env('DB_DATABASE', 'forge'),