Skip to content

Instantly share code, notes, and snippets.

@wizardishungry
Created January 28, 2009 17:14
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 wizardishungry/54065 to your computer and use it in GitHub Desktop.
Save wizardishungry/54065 to your computer and use it in GitHub Desktop.
sflimetracker databases.yml modified to use mysql
all:
propel:
class: sfPropelDatabase
param:
encoding: binary
persistent: true
# mysql
param:
dsn: mysql://user:password@localhost/limetracker
## sqlite
#param:
# phptype: sqlite
# database: %SF_DATA_DIR%/tracker.db
## For developers only!
#dev:
# propel:
# param:
# dsn: mysql://localhost/limetracker
# this environment included to help with project builds
sqlite:
propel:
param:
phptype: sqlite
database: %SF_DATA_DIR%/tracker.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment