Skip to content

Instantly share code, notes, and snippets.

@The-Don-Himself
Created November 22, 2015 01:49
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 The-Don-Himself/769d1dd1e9c7b1004587 to your computer and use it in GitHub Desktop.
Save The-Don-Himself/769d1dd1e9c7b1004587 to your computer and use it in GitHub Desktop.
# Doctrine Configuration
doctrine:
dbal:
default_connection: default
connections:
default:
driver: "%database_driver%"
host: "%database_host%"
port: "%database_port%"
dbname: "%database_name%"
user: "%database_user%"
password: "%database_password%"
charset: UTF8
server_version: 5.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment