24 lines
525 B
Plaintext
24 lines
525 B
Plaintext
development:
|
|
adapter: postgresql
|
|
encoding: unicode
|
|
database: asciinema_development
|
|
pool: 25
|
|
min_messages: WARNING
|
|
|
|
|
|
# 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:
|
|
adapter: postgresql
|
|
encoding: unicode
|
|
database: asciinema_test
|
|
pool: 5
|
|
min_messages: WARNING
|
|
|
|
production:
|
|
adapter: postgresql
|
|
encoding: unicode
|
|
database: asciinema_production
|
|
pool: 25
|