Skip to content

Instantly share code, notes, and snippets.

@tchrist
Created May 30, 2012 20:58
Show Gist options
  • Save tchrist/2838947 to your computer and use it in GitHub Desktop.
Save tchrist/2838947 to your computer and use it in GitHub Desktop.
# You can find more information about this file on the symfony website:
# http://www.symfony-project.org/reference/1_4/en/07-Databases
dev:
propel:
param:
classname: DebugPDO
debug:
realmemoryusage: true
details:
time: { enabled: true }
slow: { enabled: true, threshold: 0.1 }
mem: { enabled: true }
mempeak: { enabled: true }
memdelta: { enabled: true }
param:
classname: DebugPDO
dsn: mysql:dbname=bookmarklet_test;host=localhost
username: bookmarklet
password:
test:
propel:
param:
classname: DebugPDO
dsn: mysql:dbname=bookmarklet_test;host=localhost
username: bookmarklet
password:
#this is analogous to staging
testing:
propel:
param:
classname: DebugPDO
dsn: mysql:dbname=bookmarklet_test;host=localhost
username: bookmarklet
password:
all:
propel:
class: sfPropelDatabase
param:
classname: PropelPDO
dsn: mysql:dbname=Bookmarklet;host=localhost
username: root
password:
encoding: utf8
persistent: true
pooling: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment