mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-13 11:10:59 +00:00
5 lines
157 B
Plaintext
5 lines
157 B
Plaintext
DOMAIN={{ domain }}
|
|
DATABASE_PASSWORD={{ postgres_password }}
|
|
DATABASE_URL=postgres://lemmy:${DATABASE_PASSWORD}@db:5432/lemmy
|
|
JWT_SECRET={{ jwt_password }}
|