lemmy/ansible/templates/env
Dessalines 28d3207b23 Fixing ansible build.
- Fixes #227
2019-08-30 12:52:02 -07:00

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 }}