1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-25 23:19:13 +00:00
lemmy/docker/prod/env
2019-08-20 19:51:07 +02:00

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