Skip to content

Instantly share code, notes, and snippets.

@odino
Created July 30, 2010 12:35
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 odino/500423 to your computer and use it in GitHub Desktop.
Save odino/500423 to your computer and use it in GitHub Desktop.
all:
doctrine:
class: sfDoctrineDatabase
param:
dsn: mysql:host=localhost;dbname=db
username: nsd
password: nsdtodb
test:
doctrine:
class: sfDoctrineDatabase
param:
dsn: mysql:host=localhost;dbname=test
username: nsd
password: nsdtodb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment