Skip to content

Instantly share code, notes, and snippets.

@linxlad
Last active August 29, 2015 14:18
Show Gist options
  • Save linxlad/de4793010e03a368a2a6 to your computer and use it in GitHub Desktop.
Save linxlad/de4793010e03a368a2a6 to your computer and use it in GitHub Desktop.
doctrine:
dbal:
driver: "%database_driver%"
host: "%database_host%"
port: "%database_port%"
dbname: "%database_name%"
user: "%database_user%"
password: "%database_password%"
charset: UTF8
mapping_types:
enum: string
orm:
auto_generate_proxy_classes: "%kernel.debug%"
entity_managers:
default:
connection: default
auto_mapping: true
dql:
string_functions:
HS_CONCAT_ADDRESS: AppBundle\DQL\HSConcatAddress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment