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