mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 12:05:01 +00:00
4 lines
160 B
Text
4 lines
160 B
Text
DOMAIN={{ domain }}
|
|
DATABASE_PASSWORD={{ postgres_password }}
|
|
DATABASE_URL=postgres://lemmy:{{ postgres_password }}@db:5432/lemmy
|
|
JWT_SECRET={{ jwt_password }}
|