mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 19:17:13 -05:00 
			
		
		
		
	Use a named URL for the LOGIN_URL value
This commit is contained in:
		
							parent
							
								
									9d4bebd569
								
							
						
					
					
						commit
						6c8ef8f044
					
				@ -41,7 +41,7 @@ SECRET_KEY = os.getenv(
 | 
			
		||||
# SECURITY WARNING: don't run with debug turned on in production!
 | 
			
		||||
DEBUG = True
 | 
			
		||||
 | 
			
		||||
LOGIN_URL = '/admin/login'
 | 
			
		||||
LOGIN_URL = "admin:login"
 | 
			
		||||
 | 
			
		||||
ALLOWED_HOSTS = ["*"]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user