mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-11 02:28:35 +00:00
28d3207b23
- Fixes #227
5 lines
166 B
Plaintext
Vendored
5 lines
166 B
Plaintext
Vendored
DOMAIN={{ domain }}
|
|
DATABASE_PASSWORD={{ postgres_password }}
|
|
DATABASE_URL=postgres://lemmy:{{ postgres_password }}@lemmy_db:5432/lemmy
|
|
JWT_SECRET={{ jwt_password }}
|