Skip to content

Commit

Permalink
fix: db name from env
Browse files Browse the repository at this point in the history
  • Loading branch information
DD-Arras committed Nov 26, 2024
1 parent a6e44dc commit 9227f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/packages/doctrine.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
doctrine:
dbal:
url: '%env(resolve:DATABASE_URL)%'

# IMPORTANT: You MUST configure your server version,
# either here or in the DATABASE_URL env var (see .env file)
#server_version: '5.7'
dbname: '%env(resole:PGDATABASE)'
orm:
auto_generate_proxy_classes: true
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
Expand Down

0 comments on commit 9227f28

Please sign in to comment.