Skip to content

Commit fb74fbc

Browse files
authored
Merge pull request pterodactyl#850 from dyanakiev/patch-1
Add env db prefix in database.php
2 parents 0ec5a4e + 8690b5a commit fb74fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'password' => env('DB_PASSWORD', ''),
4141
'charset' => 'utf8mb4',
4242
'collation' => 'utf8mb4_unicode_ci',
43-
'prefix' => '',
43+
'prefix' => env('DB_PREFIX', ''),
4444
'strict' => env('DB_STRICT_MODE', false),
4545
],
4646
],

0 commit comments

Comments
 (0)