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