summaryrefslogtreecommitdiff
path: root/config/database.yml
blob: a392e9b6126164e4b9579958a081f4d1075fa39d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DEFAULTS: &DEFAULT
  adapter: postgresql
  encoding: unicode
  host: localhost
  pool: 8

development:
  <<: *DEFAULT
  database: twibooru_development

test:
  <<: *DEFAULT
  database: twibooru_test

staging:
  <<: *DEFAULT
  database: twibooru_staging

production:
  <<: *DEFAULT
  pool: 64
  idle_timeout: 30
  user: twibooru
  database: twibooru