mirror of https://github.com/LemmyNet/lemmy.git
Adding ansible defaults.
parent
c4bb6028c4
commit
3d987210cd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue