photomix/config/database.example.yml

20 lines
409 B
YAML
Raw Normal View History

2009-07-06 15:41:48 +02:00
development:
adapter: postgresql
2010-10-11 16:03:34 +02:00
database: balder_development
username: balder
2009-07-06 15:41:48 +02:00
password: changeme
production:
adapter: mysql
encoding: utf8
2010-10-11 16:03:34 +02:00
username: balder
2009-07-06 15:41:48 +02:00
password: changeme
2010-10-11 16:03:34 +02:00
database: balder_production
2009-07-06 15:41:48 +02:00
socket: /var/run/mysqld/mysqld.sock
test: &TEST
adapter: postgresql
database: gallery_test
2010-10-11 16:03:34 +02:00
username: balder
2009-07-06 15:41:48 +02:00
password: changeme
cucumber:
<<: *TEST