Skip to content

Instantly share code, notes, and snippets.

@odino
Created August 25, 2010 09:35
Embed
What would you like to do?
test:
doctrine:
class: sfDoctrineDatabase
param:
dsn: 'mysql:host=localhost; dbname=***_test'
username: ***
password: ***
staging:
doctrine:
class: sfDoctrineDatabase
param:
dsn: 'mysql:host=localhost;dbname=***_db'
username: ***
password: ***
all:
doctrine:
class: sfDoctrineDatabase
param:
dsn: 'mysql:host=localhost;dbname=***_db'
username: ***
password: ***
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment