Skip to content

Instantly share code, notes, and snippets.

@yoye
Created July 25, 2011 12:07
Show Gist options
  • Save yoye/1103998 to your computer and use it in GitHub Desktop.
Save yoye/1103998 to your computer and use it in GitHub Desktop.
# Doctrine Configuration
doctrine:
dbal:
driver: %database_driver%
host: %database_host%
dbname: %database_name%
user: %database_user%
password: %database_password%
charset: UTF8
orm:
auto_generate_proxy_classes: %kernel.debug%
entity_managers:
default:
auto_mapping: true
dql:
numeric_functions:
geo: Acme\GeoBundle\AST\Functions\Geo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment