Skip to content

Instantly share code, notes, and snippets.

@emil-nasso
Created May 15, 2015 07:48
Show Gist options
  • Save emil-nasso/06e006697c46b9016d71 to your computer and use it in GitHub Desktop.
Save emil-nasso/06e006697c46b9016d71 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%"
#Remove this (version) when we have a real database. This is just a temporary fix to avoid errors in prod
server_version: "5.2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment