mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
@@ -163,6 +163,7 @@ settings.configure(
|
||||
TUTORIAL_MODE=False,
|
||||
CAPTCHA_TEST_MODE=True,
|
||||
SITE_ID=1,
|
||||
IXF_POSTMORTEM_LIMIT=250,
|
||||
ABSTRACT_ONLY=True,
|
||||
RATELIMITS={
|
||||
"view_affiliate_to_org_POST": "100/m",
|
||||
@@ -173,5 +174,6 @@ settings.configure(
|
||||
"request_login_POST": "10/m",
|
||||
"view_verify_POST": "2/m",
|
||||
"request_translation": "10/m",
|
||||
"view_import_ixlan_ixf_preview": "1/m"
|
||||
"view_import_ixlan_ixf_preview": "1/m",
|
||||
"view_import_net_ixf_postmortem": "1/m"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user