mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Adding ansible defaults.
This commit is contained in:
parent
92d7f39c7b
commit
1b3cf5a710
1 changed files with 6 additions and 0 deletions
6
ansible/templates/env
vendored
6
ansible/templates/env
vendored
|
@ -2,3 +2,9 @@ DOMAIN={{ domain }}
|
|||
DATABASE_PASSWORD={{ postgres_password }}
|
||||
DATABASE_URL=postgres://lemmy:{{ postgres_password }}@lemmy_db:5432/lemmy
|
||||
JWT_SECRET={{ jwt_password }}
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue