]> Untitled Git - lemmy.git/commitdiff
Fixing install.sh db export.
authorDessalines <tyhou13@gmx.com>
Mon, 27 Jan 2020 01:44:00 +0000 (20:44 -0500)
committerDessalines <tyhou13@gmx.com>
Mon, 27 Jan 2020 01:44:00 +0000 (20:44 -0500)
install.sh

index bbed1c9b09fd5150444bd45fa3afc9487cc97c26..168a1f6b0c29dbe8b13d77dbecbf7d074e43d76a 100755 (executable)
@@ -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