Adding ansible defaults.
This commit is contained in:
parent
c4bb6028c4
commit
3d987210cd
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_PASSWORD={{ postgres_password }}
|
||||||
DATABASE_URL=postgres://lemmy:{{ postgres_password }}@lemmy_db:5432/lemmy
|
DATABASE_URL=postgres://lemmy:{{ postgres_password }}@lemmy_db:5432/lemmy
|
||||||
JWT_SECRET={{ jwt_password }}
|
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
|
||||||
|
|
Reference in a new issue