tracks/tracks/config/database.yml.tmpl
lukemelia 06f14dd3b9 And here's the copy step.
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@501 a4c988fc-2ded-0310-b66e-134b36920a42
2007-03-30 04:36:52 +00:00

17 lines
247 B
Cheetah

development:
adapter: mysql
database: tracks
host: localhost
username: root
password:
test:
adapter: sqlite3
database: ":memory:"
production:
adapter: mysql
database: tracks
host: localhost
username: root
password: