forked from GNUsocial/gnu-social
18 lines
623 B
YAML
18 lines
623 B
YAML
doctrine:
|
|
dbal:
|
|
# TODO In case of special URL characters, this needs to be handled differently
|
|
url: '%env(resolve:DATABASE_URL)%'
|
|
charset: UTF8
|
|
orm:
|
|
auto_generate_proxy_classes: true
|
|
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
|
|
auto_mapping: true
|
|
# Defined in the compiler pass to use SchemaDefDriver
|
|
# mappings:
|
|
# App:
|
|
# is_bundle: false
|
|
# type: staticphp
|
|
# dir: '%kernel.project_dir%/src/Entity'
|
|
# prefix: 'App\Entity'
|
|
# alias: App
|