mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Set CONSUMPTION_DIR to something user-editable
This commit is contained in:
		@@ -142,7 +142,7 @@ MEDIA_URL = "/media/"
 | 
				
			|||||||
GNUPG_HOME = os.environ.get("HOME", "/dev/null")
 | 
					GNUPG_HOME = os.environ.get("HOME", "/dev/null")
 | 
				
			||||||
CONVERT_BINARY = "/usr/bin/convert"
 | 
					CONVERT_BINARY = "/usr/bin/convert"
 | 
				
			||||||
SCRATCH_DIR = "/tmp/paperless"  # Will be created if it doesn't exist
 | 
					SCRATCH_DIR = "/tmp/paperless"  # Will be created if it doesn't exist
 | 
				
			||||||
CONSUMPTION_DIR = "/tmp/paperless/consume"
 | 
					CONSUMPTION_DIR = os.environ.get("PAPERLESS_CONSUME")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Set this and change the permissions on this file to 0600, or set it to
 | 
					# Set this and change the permissions on this file to 0600, or set it to
 | 
				
			||||||
# `None` and you'll be prompted for the passphrase at runtime.  The default
 | 
					# `None` and you'll be prompted for the passphrase at runtime.  The default
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user