lemmy/ansible/templates/env

5 lines
160 B
Plaintext
Raw Normal View History

2019-08-17 18:54:58 -04:00
DOMAIN={{ domain }}
DATABASE_PASSWORD={{ postgres_password }}
2019-08-18 10:39:19 -04:00
DATABASE_URL=postgres://lemmy:{{ postgres_password }}@db:5432/lemmy
2019-08-17 18:54:58 -04:00
JWT_SECRET={{ jwt_password }}