mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Fixed issue with DB_PORT not applying (#710)
This commit is contained in:
parent
7b456fcb54
commit
95d280175a
2 changed files with 4 additions and 3 deletions
|
@ -31,6 +31,7 @@ $bb_cfg['db'] = [
|
|||
'db' => [
|
||||
// Don't change the settings here!!! Go to .env file
|
||||
env('DB_HOST', 'localhost'),
|
||||
env('DB_PORT', 3306),
|
||||
env('DB_DATABASE', 'torrentpier'),
|
||||
env('DB_USERNAME', 'root'),
|
||||
env('DB_PASSWORD'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue