summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-05-02 09:55:29 -0700
committerDessalines <tyhou13@gmx.com>2019-05-02 09:55:29 -0700
commit820af563879fbf945092d2230f1e2fde0c860ca0 (patch)
tree5a5c9693c291cac1672ddb0dadae46940517ff64 /install.sh
parent9d3b4de4362e39b05ef759372aecf66da2b14c3b (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