Skip to content

Commit

Permalink
Remove unneeded configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tchapi committed Mar 25, 2024
1 parent a66a2a4 commit 7b50e1b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions config/packages/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ doctrine:
# too many env vars
driver: 'pdo_%env(string:default:default_database_driver:DATABASE_DRIVER)%'

# only needed for MySQL
charset: utf8mb4
default_table_options:
charset: utf8mb4
collate: utf8mb4_unicode_ci

url: '%env(resolve:DATABASE_URL)%'

orm:
auto_generate_proxy_classes: true
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
Expand Down

0 comments on commit 7b50e1b

Please sign in to comment.