From e2109039ca08cb53c6f65e4690b7254ab8fc9208 Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Fri, 22 Oct 2021 16:38:39 +0200 Subject: Fix init.sh typo --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.sh') diff --git a/init.sh b/init.sh index 0670f5e..0edf74f 100644 --- a/init.sh +++ b/init.sh @@ -14,5 +14,5 @@ sleep 2 export PER_PAGE=2 export COLLECTOR_URL=http://localhost:8000 -export JWT_URL=:http://localhost:8080 +export JWT_URL=http://localhost:8080 npm run start -- cgit v1.1