mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	Update config_template.yaml (#3689)
I removed the space characters preceding 'static_root:' in line 132 and 'media_root:' in line 129 as they cause a YAML parsing error if not removed when uncommenting these options.
This commit is contained in:
		@@ -126,10 +126,10 @@ cors:
 | 
				
			|||||||
  # - https://sub.example.com
 | 
					  # - https://sub.example.com
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# MEDIA_ROOT is the local filesystem location for storing uploaded files
 | 
					# MEDIA_ROOT is the local filesystem location for storing uploaded files
 | 
				
			||||||
# media_root: '/home/inventree/data/media'
 | 
					#media_root: '/home/inventree/data/media'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# STATIC_ROOT is the local filesystem location for storing static files
 | 
					# STATIC_ROOT is the local filesystem location for storing static files
 | 
				
			||||||
# static_root: '/home/inventree/data/static'
 | 
					#static_root: '/home/inventree/data/static'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Background worker options
 | 
					# Background worker options
 | 
				
			||||||
background:
 | 
					background:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user