summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-05-02 09:55:29 -0700
committerDessalines <happydooby@gmail.com>2019-05-02 09:55:29 -0700
commitd37f3bdada58e57a07936c5819945188aaa93d9f (patch)
tree4b16a6db3f958b3d68c321d913539bc55ab59fbb /install.sh
parent60545711e91dd6c37b6ea20b2df5f71a08052368 (diff)
Externalizing JWT token
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 2 insertions, 0 deletions
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