mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
11 lines
502 B
Diff
11 lines
502 B
Diff
--- a/netbox/netbox/configuration.example.py
|
|
+++ b/netbox/netbox/configuration.example.py
|
|
@@ -98,7 +98,7 @@
|
|
|
|
# The file path where uploaded media such as image attachments are stored. A trailing slash is not needed. Note that
|
|
# the default value of this setting is derived from the installed location.
|
|
-# MEDIA_ROOT = '/opt/netbox/netbox/media'
|
|
+MEDIA_ROOT = '/var/lib/netbox/media'
|
|
|
|
# Credentials that NetBox will uses to authenticate to devices when connecting via NAPALM.
|
|
NAPALM_USERNAME = ''
|