Update database config for CI

This commit is contained in:
Eugene Burmakin 2025-01-29 11:49:15 +01:00
parent 5913b65ca8
commit 20d3862548

View file

@ -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"] %>