From 9eef9bc81ceb29ac1fca3fcbe960b6d2fa9ff74d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Wed, 19 Dec 2018 10:06:00 +0100 Subject: [PATCH] Fix 'audience must be a string or array' I ran into this issue after setting up the installation locally. --- .env.template | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.template b/.env.template index 59ae471c9..3ec0cbce9 100644 --- a/.env.template +++ b/.env.template @@ -3,6 +3,7 @@ NEO4J_USER=neo4j NEO4J_PASSWORD=letmein GRAPHQL_PORT=4000 GRAPHQL_URI=http://localhost:4000 +CLIENT_URI=http://localhost:3000 MOCK=false JWT_SECRET=b/&&7b78BF&fv/Vd