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

Closes #1341: Added a MEDIA_ROOT configuration setting to specify where uploaded files are stored on disk

This commit is contained in:
Jeremy Stretch
2017-08-30 11:11:59 -04:00
parent a6ec1ba23b
commit 643f64df3f
3 changed files with 17 additions and 5 deletions

View File

@ -135,6 +135,14 @@ An API consumer can request an arbitrary number of objects by appending the "lim
---
## MEDIA_ROOT
Default: $BASE_DIR/netbox/media/
The file path to the location where media files (such as image attachments) are stored. By default, this is the `netbox/media` directory within the base NetBox installation path.
---
## NAPALM_USERNAME
## NAPALM_PASSWORD