asciinema.org/config/database.yml.example

24 lines
525 B
Plaintext
Raw Normal View History

2012-02-21 21:32:48 +00:00
development:
2012-10-12 19:46:15 +00:00
adapter: postgresql
encoding: unicode
database: asciinema_development
pool: 25
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
database: asciinema_test
2012-02-21 21:32:48 +00:00
pool: 5
min_messages: WARNING
2012-02-21 21:32:48 +00:00
production:
2012-10-12 19:46:15 +00:00
adapter: postgresql
encoding: unicode
database: asciinema_production
pool: 25