Skip to content

Commit

Permalink
Closes #16367: Update census URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Jun 24, 2024
1 parent ab3fd00 commit 00d9a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/netbox/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ def _setting(name, default=None):

# Calculate a unique deployment ID from the secret key
DEPLOYMENT_ID = hashlib.sha256(SECRET_KEY.encode('utf-8')).hexdigest()[:16]
CENSUS_URL = 'https://census.netbox.dev/api/v1/'
CENSUS_URL = 'https://census.netbox.oss.netboxlabs.com/api/v1/'
CENSUS_PARAMS = {
'version': VERSION,
'python_version': sys.version.split()[0],
Expand Down

0 comments on commit 00d9a86

Please sign in to comment.