summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnst Widerberg <ernst@sunet.se>2021-10-22 16:38:39 +0200
committerErnst Widerberg <ernst@sunet.se>2021-10-22 16:38:39 +0200
commite2109039ca08cb53c6f65e4690b7254ab8fc9208 (patch)
treed70820089f3e5d360d4d47456f356b42358a129c
parente58f7f5c2c60d3178bf86b1c2048f3a7b2ee6b57 (diff)
Fix init.sh typo
-rw-r--r--init.sh2
1 files changed, 1 insertions, 1 deletions
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