mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 20:15:01 +00:00
Fixing install.sh db export.
This commit is contained in:
parent
866df99c4f
commit
44b08ecc61
1 changed files with 1 additions and 1 deletions
2
install.sh
vendored
2
install.sh
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue