Switch to side-by-side view

--- a/Allura/development.ini
+++ b/Allura/development.ini
@@ -155,6 +155,14 @@
 forgemail.url = http://localhost:8080
 forgemail.return_path = noreply@sf.net
 
+# Specify the number of projects allowed to be created by a user
+# depending on the age of their user account.
+# Keys are number of seconds, values are max number of projects allowed 
+# (including the default user-project, so you probably want to add 1)
+# This example allows for 1 project if the account is less than an hour old
+# and 5 projects if the account is less than a day old.  No limits after that
+# project.rate_limits = {"3600": 2, "86400": 6}
+
 # Special Command settings
 # no need to sleep in devel
 ensure_index.sleep = 0