debshots/config/database.yml.gitlab
2018-08-14 17:20:52 +02:00

12 lines
202 B
Text

---
# Special configuration for automated tests via .gitlab-ci.yml
test:
adapter: postgresql
database: debshots_test
username: debshots
password: ''
host: postgres
pool: 5
timeout: 5000