From: Dessalines Date: Mon, 27 Jan 2020 01:44:00 +0000 (-0500) Subject: Fixing install.sh db export. X-Git-Url: http://these/git/?a=commitdiff_plain;h=ef05f0098338a7f61fc8ed17c3ad858f9a93a8fc;p=lemmy.git Fixing install.sh db export. --- 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