1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Add configuration parameter to toggle GraphQL API

This commit is contained in:
jeremystretch
2021-06-29 13:30:38 -04:00
parent 05ba54b6d3
commit 8d2f79cf24
5 changed files with 26 additions and 1 deletions

View File

@ -201,6 +201,14 @@ EXEMPT_VIEW_PERMISSIONS = ['*']
---
## GRAPHQL_ENABLED
Default: True
Setting this to False will disable the GraphQL API.
---
## HTTP_PROXIES
Default: None