Skip to content

Commit

Permalink
Internal: Add missing DB port for doctrine connection
Browse files Browse the repository at this point in the history
Fix #6025
  • Loading branch information
AngelFQC committed Jan 23, 2025
1 parent 5d84393 commit 706a656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/packages/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ doctrine:
user: '%env(DATABASE_USER)%'
password: '%env(DATABASE_PASSWORD)%'
host: '%env(DATABASE_HOST)%'
port: '%env(DATABASE_PORT)%'
driver: 'pdo_mysql'
charset: utf8mb4
options:
Expand Down

1 comment on commit 706a656

@AngelFQC
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix #6015

Please sign in to comment.