From 5569ab62df77725ee1e9cb5c0ed0d122d1f4fc69 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Wed, 7 Jan 2026 09:00:16 +0000 Subject: [PATCH] Change Port --- .test.env | 2 +- test/shell/couchdb-start.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.test.env b/.test.env index e38632a..a95a6b0 100644 --- a/.test.env +++ b/.test.env @@ -1,4 +1,4 @@ -hostname=http://localhost:5984/ +hostname=http://localhost:5989/ dbname=livesync-test-db2 minioEndpoint=http://127.0.0.1:9000 username=admin diff --git a/test/shell/couchdb-start.sh b/test/shell/couchdb-start.sh index e8b8f2d..4a6f28b 100755 --- a/test/shell/couchdb-start.sh +++ b/test/shell/couchdb-start.sh @@ -1,3 +1,3 @@ #!/bin/bash set -e -docker run -d --name couchdb-test -p 5984:5984 -e COUCHDB_USER=$username -e COUCHDB_PASSWORD=$password couchdb:3.5.0 \ No newline at end of file +docker run -d --name couchdb-test -p 5989:5984 -e COUCHDB_USER=$username -e COUCHDB_PASSWORD=$password couchdb:3.5.0 \ No newline at end of file