mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	fix redis configuration
This commit is contained in:
		| @@ -160,7 +160,7 @@ CHANNEL_LAYERS = { | |||||||
|     "default": { |     "default": { | ||||||
|         "BACKEND": "channels_redis.core.RedisChannelLayer", |         "BACKEND": "channels_redis.core.RedisChannelLayer", | ||||||
|         "CONFIG": { |         "CONFIG": { | ||||||
|             "hosts": ["redis://localhost:6379"], |             "hosts": [os.getenv("PAPERLESS_REDIS", "redis://localhost:6379")], | ||||||
|         }, |         }, | ||||||
|     }, |     }, | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler