mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Merge pull request #204
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
doctrine:
|
||||
dbal:
|
||||
url: '%env(DATABASE_URL)%'
|
||||
# With Symfony 3.3, remove the `resolve:` prefix
|
||||
url: '%env(resolve:DATABASE_URL)%'
|
||||
orm:
|
||||
auto_generate_proxy_classes: '%kernel.debug%'
|
||||
naming_strategy: doctrine.orm.naming_strategy.underscore
|
||||
|
||||
Reference in New Issue
Block a user