summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-01-26 20:44:00 -0500
committerDessalines <tyhou13@gmx.com>2020-01-26 20:44:00 -0500
commitef05f0098338a7f61fc8ed17c3ad858f9a93a8fc (patch)
treeb4037794006291d1b80c6c6ab9b07c2be9c66ae2 /install.sh
parent3bee6f6e31544ece45f11225e9d76fea288c3579 (diff)
Fixing install.sh db export.
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index bbed1c9b..168a1f6b 100755
--- a/install.sh
+++ b/install.sh
@@ -1,7 +1,7 @@
#!/bin/sh
set -e
-export DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
+export LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
export JWT_SECRET=changeme
export HOSTNAME=rrr