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

11 lines
328 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 }}
2019-10-13 23:24:15 +00:00
RATE_LIMIT_MESSAGE=30
RATE_LIMIT_MESSAGE_PER_SECOND=60
RATE_LIMIT_POST=3
RATE_LIMIT_POST_PER_SECOND=600
RATE_LIMIT_REGISTER=1
RATE_LIMIT_REGISTER_PER_SECOND=3600