mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
5 lines
160 B
Plaintext
Vendored
5 lines
160 B
Plaintext
Vendored
DOMAIN={{ domain }}
|
|
DATABASE_PASSWORD={{ postgres_password }}
|
|
DATABASE_URL=postgres://lemmy:{{ postgres_password }}@db:5432/lemmy
|
|
JWT_SECRET={{ jwt_password }}
|