Merge pull request #263 from general-programming/RELEASE_CHECK_URL
Add RELEASE_CHECK_URL to configuration and default env.
This commit is contained in:
commit
edba1a22fc
2 changed files with 10 additions and 0 deletions
1
env/netbox.env
vendored
1
env/netbox.env
vendored
|
@ -30,3 +30,4 @@ SUPERUSER_EMAIL=admin@example.com
|
|||
SUPERUSER_PASSWORD=admin
|
||||
SUPERUSER_API_TOKEN=0123456789abcdef0123456789abcdef01234567
|
||||
WEBHOOKS_ENABLED=true
|
||||
RELEASE_CHECK_URL=https://api.github.com/repos/netbox-community/netbox/releases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue