mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-02 21:23:38 +00: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 }}
|