mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
9 lines
247 B
YAML
9 lines
247 B
YAML
|
|
# config/database.ci.yml
|
||
|
|
test:
|
||
|
|
adapter: postgresql
|
||
|
|
encoding: unicode
|
||
|
|
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
|
||
|
|
database: <%= ENV["POSTGRES_DB"] %>
|
||
|
|
username: <%= ENV['POSTGRES_USER'] %>
|
||
|
|
password: <%= ENV["POSTGRES_PASSWORD"] %>
|