vidpush/config/database.yml

22 lines
342 B
YAML
Raw Permalink Normal View History

2014-04-28 19:47:51 +00:00
default: &default
adapter: postgresql
encoding: unicode
pool: 5
2014-04-07 18:41:34 +00:00
development: &default
adapter: postgresql
database: vidpush_development
encoding: utf8
min_messages: warning
pool: 2
timeout: 5000
2014-04-21 19:59:30 +00:00
host: localhost
2014-04-07 18:41:34 +00:00
test:
<<: *default
2014-04-21 20:09:03 +00:00
database: vidpush_test
2014-05-02 18:36:29 +00:00
production:
<<: *default
database: vidpush_production