From a427c34dff27ed0d536c60fc5d0a37a3f2561ef8 Mon Sep 17 00:00:00 2001 From: radex Date: Mon, 11 May 2020 17:24:59 +0200 Subject: [PATCH] allow localhost in dev --- spejstore-dev.env | 1 + 1 file changed, 1 insertion(+) diff --git a/spejstore-dev.env b/spejstore-dev.env index d153bda..5af62a3 100644 --- a/spejstore-dev.env +++ b/spejstore-dev.env @@ -1,2 +1,3 @@ SPEJSTORE_CLIENT_ID=inventory SPEJSTORE_SECRET=secret +SPEJSTORE_ALLOWED_HOSTS=localhost,127.0.0.1