12 lines
202 B
Text
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
|