Skip to content

Commit

Permalink
fix: adds CIDR Nets for cluster use
Browse files Browse the repository at this point in the history
  • Loading branch information
sennierer committed Aug 28, 2023
1 parent e59d018 commit eb5edf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
"reversion.middleware.RevisionMiddleware",
]

ALLOWED_CIDR_NETS = ["10.0.0.0/8", "127.0.0.0/8"]

ROOT_URLCONF = "apis.urls"

TEMPLATES = [
Expand Down

0 comments on commit eb5edf7

Please sign in to comment.