|  | @ -1,6 +1,6 @@
 | 
	
		
			
				|  |  | ##内网环境连测试环境
 | 
	
		
			
				|  |  | ##开发连测试用这个版本的配置
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   profiles: local_test
 | 
	
		
			
				|  |  |   profiles: devtest
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |   datasource:
 | 
	
		
			
				|  |  |     wlyy:
 | 
	
	
		
			
				|  | @ -90,6 +90,15 @@ pushMes:
 | 
	
		
			
				|  |  |   method: 1
 | 
	
		
			
				|  |  |   # redis队列名称
 | 
	
		
			
				|  |  |   redis_prescription_title: redisPrescription
 | 
	
		
			
				|  |  | es:
 | 
	
		
			
				|  |  |   index:
 | 
	
		
			
				|  |  |     HealthEduArticlePatient: health_edu_article_patient_test
 | 
	
		
			
				|  |  |   type:
 | 
	
		
			
				|  |  |     HealthEduArticlePatient: health_edu_article_patient_test
 | 
	
		
			
				|  |  |   host: 172.19.103.68
 | 
	
		
			
				|  |  |   port: 9200
 | 
	
		
			
				|  |  |   tPort: 9300
 | 
	
		
			
				|  |  |   clusterName: jkzl
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | #消息队列
 | 
	
	
		
			
				|  | @ -98,5 +107,4 @@ activemq:
 | 
	
		
			
				|  |  |   password: admin
 | 
	
		
			
				|  |  |   url: tcp://172.19.103.87:61616
 | 
	
		
			
				|  |  |   queue:
 | 
	
		
			
				|  |  |     healtHarticleQueue: healthArticleChannel_localtest  #健康文章推送
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     healtHarticleQueue: healthArticleChannel_devtest  #健康文章推送
 |