2012-02-21 21:32:48 +00:00
|
|
|
development:
|
2012-10-12 19:46:15 +00:00
|
|
|
adapter: postgresql
|
|
|
|
encoding: unicode
|
2013-09-23 17:05:36 +00:00
|
|
|
database: asciinema_development
|
2013-07-05 12:01:57 +00:00
|
|
|
pool: 25
|
2012-10-12 23:34:37 +00:00
|
|
|
min_messages: WARNING
|
2012-02-21 21:32:48 +00:00
|
|
|
|
|
|
|
|
|
|
|
# Warning: The database defined as "test" will be erased and
|
|
|
|
# re-generated from your development database when you run "rake".
|
|
|
|
# Do not set this db to the same as development or production.
|
|
|
|
test:
|
2012-10-12 19:46:15 +00:00
|
|
|
adapter: postgresql
|
|
|
|
encoding: unicode
|
2013-09-23 17:05:36 +00:00
|
|
|
database: asciinema_test
|
2012-02-21 21:32:48 +00:00
|
|
|
pool: 5
|
2012-10-12 23:34:37 +00:00
|
|
|
min_messages: WARNING
|
2012-02-21 21:32:48 +00:00
|
|
|
|
|
|
|
production:
|
2012-10-12 19:46:15 +00:00
|
|
|
adapter: postgresql
|
|
|
|
encoding: unicode
|
2013-09-23 17:05:36 +00:00
|
|
|
database: asciinema_production
|
2013-07-05 12:01:57 +00:00
|
|
|
pool: 25
|