This repository has been archived on 2020-04-21. You can view files and clone it, but cannot push or open issues or pull requests.
lemmy/ansible/templates/env

5 lines
166 B
Plaintext
Raw Normal View History

2019-08-17 22:54:58 +00:00
DOMAIN={{ domain }}
DATABASE_PASSWORD={{ postgres_password }}
2019-08-30 19:52:02 +00:00
DATABASE_URL=postgres://lemmy:{{ postgres_password }}@lemmy_db:5432/lemmy
2019-08-17 22:54:58 +00:00
JWT_SECRET={{ jwt_password }}