We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad72023 commit dcdb4d3Copy full SHA for dcdb4d3
etc/database.php
@@ -30,6 +30,7 @@
30
'password' => env('DATABASE_PASSWORD'),
31
'port' => env('DATABASE_PORT'),
32
'prefix' => env('DATABASE_TABLE_PREFIX'),
33
+ 'dsn' => env('DATABASE_DSN'),
34
],
35
'pool' => [
36
PoolInterface::MAX_SIZE => 4,
0 commit comments