1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00

IX-F JSON postmortem/preview for networks (#505) (#564)

This commit is contained in:
Matt Griswold
2019-09-07 01:08:37 -05:00
committed by GitHub
parent 31c0fdb118
commit f78b68dc2e
24 changed files with 1398 additions and 167 deletions

View File

@@ -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"
})