Skip to content

Instantly share code, notes, and snippets.

@bshaffer
Created May 17, 2011 16:19
Show Gist options
  • Save bshaffer/976779 to your computer and use it in GitHub Desktop.
Save bshaffer/976779 to your computer and use it in GitHub Desktop.
Config Importing Parameters.ini
imports:
- { resource: parameters.ini }
doctrine:
dbal:
default_connection: default
connections:
default:
driver: %database_driver%
host: %database_host%
dbname: %database_name%
user: %database_user%
password: %database_password%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment