aboutsummaryrefslogtreecommitdiffstats
path: root/testing/netbox/set-config-defaults.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2020-01-10 08:58:24 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2020-01-10 08:58:24 +0000
commit79e6f22c6a2feb425c176bbc005abcd93071e43c (patch)
tree078816dab3218961787e7b59c2bba5f2735e15be /testing/netbox/set-config-defaults.patch
parent8b2b291592ad58471e3deb95516219181d5e1ea7 (diff)
downloadaports-79e6f22c6a2feb425c176bbc005abcd93071e43c.tar.bz2
aports-79e6f22c6a2feb425c176bbc005abcd93071e43c.tar.xz
unmaintained/netbox: move from testing
Diffstat (limited to 'testing/netbox/set-config-defaults.patch')
-rw-r--r--testing/netbox/set-config-defaults.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/netbox/set-config-defaults.patch b/testing/netbox/set-config-defaults.patch
deleted file mode 100644
index 73b8b629b3..0000000000
--- a/testing/netbox/set-config-defaults.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 = ''