We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4416c8 + 2c94fc8 commit 1640b2dCopy full SHA for 1640b2d
SPECS/netbox.spec
@@ -35,7 +35,12 @@ CSRF_TRUSTED_ORIGINS = [
35
]
36
37
# Prohibit creation of duplicate IP addresses
38
+# Default: False
39
ENFORCE_GLOBAL_UNIQUE = True
40
+
41
+# Allow to retrieve all entries at once via API (using ?limit=0)
42
+# Default: 1000
43
+MAX_PAGE_SIZE = None
44
EOF
45
46
sed -e 's/User=netbox/User=nobody/' -e 's/Group=netbox/Group=nobody/' -i contrib/*.service
0 commit comments