Skip to content

Instantly share code, notes, and snippets.

@odino
Created August 25, 2010 09:35
Show Gist options
  • Save odino/549183 to your computer and use it in GitHub Desktop.
Save odino/549183 to your computer and use it in GitHub Desktop.
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