mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			502 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 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 = ''
 |