Skip to content

Instantly share code, notes, and snippets.

@tonini
Last active December 15, 2015 12:38
Show Gist options
  • Save tonini/5261409 to your computer and use it in GitHub Desktop.
Save tonini/5261409 to your computer and use it in GitHub Desktop.
# Doctrine Configuration
doctrine:
dbal:
driver: "%database_driver%"
host: "%database_host%"
port: "%database_port%"
dbname: "%database_name%"
user: "%database_user%"
password: "%database_password%"
charset: UTF8
orm:
auto_generate_proxy_classes: "%kernel.debug%"
auto_mapping: false
mappings:
mapping_name:
mapping: false
type: annotation
dir: "%kernel.root_dir%/src/Entities"
prefix: Entities
is_bundle: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment