]> Untitled Git - lemmy.git/commitdiff
Adding ansible defaults.
authorDessalines <tyhou13@gmx.com>
Sun, 13 Oct 2019 23:24:15 +0000 (16:24 -0700)
committerDessalines <tyhou13@gmx.com>
Sun, 13 Oct 2019 23:24:15 +0000 (16:24 -0700)
ansible/templates/env

index c3f8c06a3ff713106113cd74b25495e0ac98e13a..6ffa6819e02e3e1230ac56d17efb00d6882450e0 100644 (file)
@@ -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