diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-01-04 15:23:35 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-01-04 15:25:32 +0000 |
commit | cd5dd02c13cbdb98e682c16184c4692086c12ffc (patch) | |
tree | e0f8c8ac7f3ea704d259e894542286e4179ceafe /testing/netbox/set-config-defaults.patch | |
parent | 86152549db024b35fe69353aa1da1cac8ea54558 (diff) | |
download | aports-cd5dd02c13cbdb98e682c16184c4692086c12ffc.tar.bz2 aports-cd5dd02c13cbdb98e682c16184c4692086c12ffc.tar.xz |
testing/netbox: new aport
IP address management (IPAM) and data center infrastructure management (DCIM) tool
Diffstat (limited to 'testing/netbox/set-config-defaults.patch')
-rw-r--r-- | testing/netbox/set-config-defaults.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/netbox/set-config-defaults.patch b/testing/netbox/set-config-defaults.patch new file mode 100644 index 0000000000..73b8b629b3 --- /dev/null +++ b/testing/netbox/set-config-defaults.patch @@ -0,0 +1,11 @@ +--- 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 = '' |