mirror of
				https://github.com/ComputerScienceHouse/proxstar.git
				synced 2025-03-09 15:40:09 +00:00 
			
		
		
		
	Adding redis host config value
This commit is contained in:
		
							parent
							
								
									1ff749431b
								
							
						
					
					
						commit
						803aec96f0
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -53,6 +53,7 @@ SQLALCHEMY_DATABASE_URI = environ.get('PROXSTAR_SQLALCHEMY_DATABASE_URI', '') | |||
| 
 | ||||
| # REDIS | ||||
| REDIS_HOST = environ.get('PROXSTAR_REDIS_HOST', 'localhost') | ||||
| RQ_DASHBOARD_REDIS_HOST = environ.get('PROXSTAR_REDIS_HOST', 'localhost') | ||||
| REDIS_PORT = int(environ.get('PROXSTAR_REDIS_PORT', '6379')) | ||||
| 
 | ||||
| # VNC | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue