Files
pgsql-broker/broker.test.yaml
T
warkanum 567b1d437c
Integration Tests / integration-test (push) Failing after 1m15s
fix(tests): update database host from localhost to 127.0.0.1
* Adjust connection strings in integration tests for consistency
* Ensure compatibility with CI environments that use IPv4
2026-09-18 20:38:28 +02:00

26 lines
461 B
YAML

databases:
- name: test
host: 127.0.0.1
port: 5433
database: broker_test
user: user
password: password
sslmode: disable
max_open_conns: 10
max_idle_conns: 5
conn_max_lifetime: 5m
queue_count: 1
broker:
name: pgsql-broker-test
fetch_query_que_size: 10
queue_timer_sec: 2
queue_buffer_size: 10
worker_idle_timeout_sec: 5
notify_retry_seconds: 10s
enable_debug: true
logging:
level: debug
format: json