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

containerize, gh-548 (#682)

This commit is contained in:
Matt Griswold
2020-04-14 10:45:36 -05:00
committed by GitHub
parent 730ee77f9e
commit bff6f7f216
41 changed files with 931 additions and 1248 deletions

View File

@@ -1,7 +1,7 @@
import os
from django.conf import settings
PEERINGDB_VERSION = getattr(settings, "PACKAGE_VERSION", "")
PEERINGDB_VERSION = getattr(settings, "PEERINGDB_VERSION", "")
RDAP_URL = getattr(settings, "PEERINGDB_RDAP_URL", "https://rdap.db.ripe.net/")
RDAP_LACNIC_APIKEY = getattr(settings, "PEERINGDB_RDAP_LACNIC_APIKEY", None)
RDAP_RECURSE_ROLES = getattr(