Skip to content

Commit

Permalink
Add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLichtenberger committed Jul 14, 2024
1 parent dc5a7fd commit 188128d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo "starting the docker environment"
docker-compose -f ./tests/resources/docker-compose.yml up -d keycloak
# bash ./tests/resources/wait.sh
sleep 30
sleep 5
docker-compose -f ./tests/resources/docker-compose.yml up -d server
sleep 30
sleep 5
6 changes: 6 additions & 0 deletions tests/resources/sirix-docker-conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"use.http": true,
"port": 9443,
"keycloak.url": "http://keycloak:8080/realms/sirixdb",
"client.secret": "78a294c4-0492-4e44-a35f-7eb9cab0d831"
}

0 comments on commit 188128d

Please sign in to comment.