mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 01:01:39 -05:00
Update database config for CI
This commit is contained in:
parent
5913b65ca8
commit
20d3862548
1 changed files with 2 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
||||||
# config/database.ci.yml
|
# config/database.ci.yml
|
||||||
test:
|
test:
|
||||||
adapter: postgresql
|
adapter: postgis
|
||||||
encoding: unicode
|
encoding: unicode
|
||||||
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
|
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
|
||||||
|
host: localhost
|
||||||
database: <%= ENV["POSTGRES_DB"] %>
|
database: <%= ENV["POSTGRES_DB"] %>
|
||||||
username: <%= ENV['POSTGRES_USER'] %>
|
username: <%= ENV['POSTGRES_USER'] %>
|
||||||
password: <%= ENV["POSTGRES_PASSWORD"] %>
|
password: <%= ENV["POSTGRES_PASSWORD"] %>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue