mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
Fix deprecated config name
This commit is contained in:
parent
e5400e345b
commit
c8bd177a93
|
|
@ -2,7 +2,7 @@
|
||||||
"Verbose": false,
|
"Verbose": false,
|
||||||
"Debug": false,
|
"Debug": false,
|
||||||
"IgnoreDefaults": false,
|
"IgnoreDefaults": false,
|
||||||
"SpacesAftertabs": false,
|
"SpacesAfterTabs": false,
|
||||||
"NoColor": false,
|
"NoColor": false,
|
||||||
"Exclude": ["LICENSE", "\\.initializers", "\\.vscode"],
|
"Exclude": ["LICENSE", "\\.initializers", "\\.vscode"],
|
||||||
"AllowedContentTypes": [],
|
"AllowedContentTypes": [],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue