Skip to content

Commit cc07944

Browse files
committed
fix: integration tests background-worker postgresql params
1 parent e702d0d commit cc07944

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

services/background-worker/background-worker.integration.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ backgroundJobs:
4242
maxAttempts: 3
4343

4444
postgresql:
45-
host: "postgresql"
45+
host: 127.0.0.1
4646
port: "5432"
4747
user: wire-server
48-
dbname: wire-server
48+
dbname: backendA
49+
password: posty-the-gres

0 commit comments

Comments
 (0)