photomix/config/database.yml

20 lines
423 B
YAML
Raw Normal View History

2009-05-22 14:13:46 +02:00
development:
adapter: postgresql
database: gallery_development
username: gallery
password: changeme
production:
2009-05-25 22:21:02 +02:00
adapter: mysql
encoding: utf8
username: photogallery
2009-05-22 14:13:46 +02:00
password: changeme
2009-05-25 22:21:02 +02:00
database: gallery_production
2009-06-03 22:12:11 +02:00
socket: /var/run/mysqld/mysqld.sock
2009-06-03 22:12:25 +02:00
test: &TEST
2009-06-03 22:12:11 +02:00
adapter: postgresql
database: gallery_test
username: gallery
password: changeme
2009-06-03 22:12:25 +02:00
cucumber:
<<: *TEST