forked from open-webui/open-webui
		
	chore: remove deprecated code
This commit is contained in:
		
							parent
							
								
									be12461aa2
								
							
						
					
					
						commit
						47b7b63791
					
				
					 2 changed files with 1 additions and 2 deletions
				
			
		|  | @ -23,7 +23,6 @@ ARG OLLAMA_API_BASE_URL='/ollama/api' | |||
| ENV ENV=prod | ||||
| ENV OLLAMA_API_BASE_URL $OLLAMA_API_BASE_URL | ||||
| ENV WEBUI_AUTH "" | ||||
| ENV WEBUI_DB_URL "" | ||||
| ENV WEBUI_JWT_SECRET_KEY "SECRET_KEY" | ||||
| 
 | ||||
| WORKDIR /app | ||||
|  |  | |||
|  | @ -41,7 +41,7 @@ WEBUI_AUTH = True if os.environ.get("WEBUI_AUTH", "FALSE") == "TRUE" else False | |||
| 
 | ||||
| 
 | ||||
| #################################### | ||||
| # WEBUI_DB | ||||
| # WEBUI_DB (Deprecated, Should be removed) | ||||
| #################################### | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek