|  | @@ -7,9 +7,9 @@ logging.level.root=info
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  # 正式环境数据源GP数据库配置
 | 
	
		
			
				|  |  |  spring.datasource.driver-class-name=org.postgresql.Driver
 | 
	
		
			
				|  |  | -spring.datasource.url=jdbc:postgresql://192.168.70.109:5432/sqmmt
 | 
	
		
			
				|  |  | -spring.datasource.username=sqmdb
 | 
	
		
			
				|  |  | -spring.datasource.password=sqmdb_1QAZ
 | 
	
		
			
				|  |  | +spring.datasource.url=jdbc:postgresql://192.168.70.136:9999/ts_acl
 | 
	
		
			
				|  |  | +spring.datasource.username=ts_acl
 | 
	
		
			
				|  |  | +spring.datasource.password=gC5jP3oM1tQ8
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  # 正式环境Redis配置
 | 
	
		
			
				|  |  |  spring.redis.host=192.168.70.125
 |