mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-09 08:47:11 -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
|
||||
test:
|
||||
adapter: postgresql
|
||||
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"] %>
|
||||
|
|
|
|||
Loading…
Reference in a new issue