mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 20:15:01 +00:00
5 lines
201 B
Text
5 lines
201 B
Text
|
DOMAIN={{your domain}}
|
||
|
DATABASE_PASSWORD={{a random password for postgres}}
|
||
|
DATABASE_URL=postgres://lemmy:{{ the same postgres password again }}@db:5432/lemmy
|
||
|
JWT_SECRET={{ a random password for jwt}}
|