mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 12:05:01 +00:00
4 lines
201 B
Text
4 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}}
|