Fixing install.sh db export.

This commit is contained in:
Dessalines 2020-01-26 20:44:00 -05:00
parent 3bee6f6e31
commit ef05f00983
1 changed files with 1 additions and 1 deletions

2
install.sh vendored
View File

@ -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