mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-20 16:46:17 +00:00
16 lines
373 B
Plaintext
16 lines
373 B
Plaintext
development:
|
|
main:
|
|
database: gitlab_clickhouse_development
|
|
url: 'http://localhost:8123'
|
|
username: default
|
|
password:
|
|
test:
|
|
main:
|
|
database: gitlab_clickhouse_test
|
|
url: 'http://localhost:8123'
|
|
username: default
|
|
password:
|
|
variables:
|
|
# execute mutations (updates, deletes) synchronously to avoid flaky tests
|
|
mutations_sync: 1
|