mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04: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 }}
|