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

Added documentation for custom scripts

This commit is contained in:
Jeremy Stretch
2019-08-09 15:00:06 -04:00
parent 9d054fb345
commit 4fc19742ec
2 changed files with 157 additions and 0 deletions

View File

@@ -277,6 +277,14 @@ The file path to the location where custom reports will be kept. By default, thi
---
## SCRIPTS_ROOT
Default: $BASE_DIR/netbox/scripts/
The file path to the location where custom scripts will be kept. By default, this is the `netbox/scripts/` directory within the base NetBox installation path.
---
## SESSION_FILE_PATH
Default: None