Disable update check by default

This commit is contained in:
Sander Steffann
2020-02-27 19:40:06 +01:00
parent 8ce106cb4b
commit 28473fa3e0
3 changed files with 7 additions and 5 deletions

View File

@@ -159,10 +159,12 @@ Enforcement of unique IP space can be toggled on a per-VRF basis. To enforce uni
## UPDATE_REPO_URL
Default: 'https://api.github.com/repos/netbox-community/netbox'
Default: None
The releases of this repository are checked to detect new releases, which are shown on the home page of the web interface. You can change this to your own fork of the NetBox repository, or set it to `None` to disable the check. The URL provided **must** be compatible with the GitHub API.
Use `'https://api.github.com/repos/netbox-community/netbox'` to check for release in the official NetBox repository.
---
## UPDATE_CACHE_TIMEOUT