Skip to content

Instantly share code, notes, and snippets.

@lsmith77
Created February 5, 2011 17:05
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 lsmith77/812599 to your computer and use it in GitHub Desktop.
Save lsmith77/812599 to your computer and use it in GitHub Desktop.
parameters:
dynamic.db.name: db1
doctrine:
dbal:
default_connection: db1
connections:
db1:
dbname: %dynamic.db.name%
user: db1_user
password: xxxxx
host: localhost
logging: %kernel.debug%
db2:
dbname: db2
user: db2_user
password: xxxxxx
host: localhost
logging: %kernel.debug%
orm:
# the ORM config
parameters:
dynamic.db.name: db1_test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment