photomix/config/database.example.yml

20 lines
396 B
YAML
Raw Normal View History

2009-07-06 15:41:48 +02:00
development:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000
2009-07-06 15:41:48 +02:00
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