1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 18:25:41 +03:00
aports/testing/netbox/set-config-defaults.patch
Leonardo Arena cd5dd02c13 testing/netbox: new aport
IP address management (IPAM) and data center infrastructure management (DCIM) tool
2018-01-04 15:25:32 +00:00

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 = ''