From 820af563879fbf945092d2230f1e2fde0c860ca0 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 2 May 2019 09:55:29 -0700 Subject: Externalizing JWT token --- install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 071acc6f..80d3277a 100755 --- a/install.sh +++ b/install.sh @@ -2,6 +2,8 @@ set -e export DATABASE_URL=postgres://rrr:rrr@localhost/rrr +export JWT_SECRET=changeme +export HOSTNAME=rrr cd ui yarn -- cgit v1.2.3