From 19f4b6e26b4618912b166cf923a0dd5b0504f779 Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Fri, 22 Oct 2021 08:48:05 +0200 Subject: Edit init script --- init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.sh') diff --git a/init.sh b/init.sh index 01115e3..0670f5e 100644 --- a/init.sh +++ b/init.sh @@ -4,13 +4,13 @@ export COUCHDB_NAME=test export COUCHDB_HOSTNAME=localhost cd soc_collector/docker/ docker compose up -d -read +sleep 2 cd ../demo/ python ../src/wsgi.py & cd ../.. go run jwt_mock.go & -read +sleep 2 export PER_PAGE=2 export COLLECTOR_URL=http://localhost:8000 -- cgit v1.1