From 0aaeb86232a229117f285218922fb1d52aed91d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Tue, 29 Aug 2017 22:20:57 +0200 Subject: [PATCH] specify again the port in MISP_BASEURL shell variable. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index db8723b..96053a6 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -14,7 +14,7 @@ DBPASSWORD_MISP="$(openssl rand -hex 32)" # Webserver configuration PATH_TO_MISP='/var/www/MISP' -MISP_BASEURL='http://127.0.0.1' +MISP_BASEURL='http://127.0.0.1:5000' MISP_LIVE='1' FQDN='localhost'