This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
LemmyNet
/
lemmy
Watch
3
Star
2
Fork
2
Code
Pull Requests
2
Releases
151
Wiki
Activity
Browse Source
Fixing install.sh db export.
DeeUnderscore-doc/db-env-variable
Dessalines
1 year ago
parent
3bee6f6e31
commit
ef05f00983
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
install.sh
+ 1
- 1
install.sh
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
Write
Preview
Loading…
Cancel
Save