Skip to content

Commit

Permalink
Added a hardcoded database version used during Docker compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Mar 30, 2024
1 parent 72f46fb commit 7d79c02
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
@@ -1,6 +1,7 @@
doctrine:
dbal:
url: "%env(DATABASE_TYPE)%://%env(DATABASE_USERNAME)%:%env(DATABASE_PASSWORD)%@%env(DATABASE_HOST)%:%env(DATABASE_PORT)%/%env(DATABASE_NAME)%"
server_version: mariadb-11.2.2
profiling_collect_backtrace: "%kernel.debug%"
orm:
mappings:
Expand Down

0 comments on commit 7d79c02

Please sign in to comment.