mirror of
				https://github.com/haiwen/seafile-server.git
				synced 2025-11-04 07:50:47 +00:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			113 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			113 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
								 | 
							
								import json
							 | 
						||
| 
								 | 
							
								import seahub_settings
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								db_infos = seahub_settings.DATABASES['default']
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								print(json.dumps(db_infos))
							 |