Skip to content

Instantly share code, notes, and snippets.

@zebba
Created February 27, 2015 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zebba/fa5911470036c7851668 to your computer and use it in GitHub Desktop.
Save zebba/fa5911470036c7851668 to your computer and use it in GitHub Desktop.
doctrine:
dbal:
#driver: "%database.driver%"
driver: "%database.driver%" # this does not work
host: "%database_host%"
port: "%database_port%"
dbname: "%database_name%"
user: "%database_user%"
password: "%database_password%"
charset: UTF8
# This file is auto-generated during the composer install
parameters:
database:
driver: pdo_mysql
#database_driver: pdo_mysql
database_host: 127.0.0.1
database_port: null
database_name: database
database_user: user
database_password: password
mailer_transport: smtp
mailer_host: 127.0.0.1
mailer_user: null
mailer_password: null
locale: de
secret: ThisTokenIsNotSoSecretChangeIt
debug_toolbar: true
debug_redirects: false
use_assetic_controller: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment