[#7886] ticket:789 Add options and help text to development.ini
diff --git a/Allura/development.ini b/Allura/development.ini
index d5a12f4..20ef1ca 100644
--- a/Allura/development.ini
+++ b/Allura/development.ini
@@ -417,6 +417,13 @@
 ; and 5 projects if the account is less than a day old.  No limits after that
 ;project.rate_limits = {"3600": 2, "86400": 6}
 
+; Specify the number of artifacts allowed to be created by a user
+; depending on the age of the project.
+; Currently supports only tickets and wiki page creation rate limiting.
+; See project.rate_limits help text above for keys & values meaning.
+;forgewiki.rate_limits = {"3600": 100, "172800": 10000}
+;forgetracker.rate_limits = {"3600": 100, "172800": 10000}
+
 ; set this to "false" if you are deploying to production and want performance improvements
 auto_reload_templates = true