Skip to content

Commit b9cac97

Browse files
abhi1693jeremystretch
authored andcommitted
remove GIT_PATH #14942
1 parent 3dc4386 commit b9cac97

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

docs/configuration/system.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,6 @@ Determines if localization features are enabled or not. This should only be enab
7373

7474
---
7575

76-
## GIT_PATH
77-
78-
Default: `git`
79-
80-
The system path to the `git` executable, used by the synchronization backend for remote git repositories.
81-
82-
---
83-
8476
## HTTP_PROXIES
8577

8678
Default: None

netbox/netbox/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122
EXEMPT_VIEW_PERMISSIONS = getattr(configuration, 'EXEMPT_VIEW_PERMISSIONS', [])
123123
FIELD_CHOICES = getattr(configuration, 'FIELD_CHOICES', {})
124124
FILE_UPLOAD_MAX_MEMORY_SIZE = getattr(configuration, 'FILE_UPLOAD_MAX_MEMORY_SIZE', 2621440)
125-
GIT_PATH = getattr(configuration, 'GIT_PATH', 'git')
126125
HTTP_PROXIES = getattr(configuration, 'HTTP_PROXIES', None)
127126
INTERNAL_IPS = getattr(configuration, 'INTERNAL_IPS', ('127.0.0.1', '::1'))
128127
JINJA2_FILTERS = getattr(configuration, 'JINJA2_FILTERS', {})

0 commit comments

Comments
 (0)