配置文件调整

yun-zuoyi
yunhao.wang 6 years ago
parent 2438ae45cf
commit 407f4ce0d8

@ -1,15 +1,15 @@
#项目端口 #项目端口
server.port=8100 server.port=8100
#本机ip #本机ip
impp.server.ip=192.168.1.20 impp.server.ip=192.168.1.56
#console控制台服务zipkin追踪全路径 #console控制台服务zipkin追踪全路径
impp.console.ip=http://192.168.1.20:8010 impp.console.ip=http://192.168.1.56:8010
################ 功能配置1 ################ ################ 功能配置1 ################
#若无法连接注册中心,是否需要一直检测加入 #若无法连接注册中心,是否需要一直检测加入
impp.cluster.fetch=true impp.cluster.fetch=true
#服务注册中心 #服务注册中心
impp.cluster.regist.center=http://192.168.1.20:8000/eureka/ impp.cluster.regist.center=http://192.168.1.56:8000/eureka/
#多注册中心 #多注册中心
#impp.cluster.regist.center=http://192.168.1.20:8000/eureka/,http://192.168.1.20:8001/eureka/ #impp.cluster.regist.center=http://192.168.1.20:8000/eureka/,http://192.168.1.20:8001/eureka/

@ -1,7 +1,7 @@
#项目端口 #项目端口
server.port=1100 server.port=1100
#本机ip #本机ip
impp.server.ip=192.168.1.20 impp.server.ip=192.168.1.56
#console控制台服务zipkin追踪全路径 #console控制台服务zipkin追踪全路径
impp.console.ip=http://cs.estsh.com impp.console.ip=http://cs.estsh.com

@ -1,7 +1,7 @@
#项目端口 #项目端口
server.port=58100 server.port=58100
#本机ip #本机ip
impp.server.ip=192.168.1.20 impp.server.ip=192.168.1.56
#console控制台服务zipkin追踪全路径 #console控制台服务zipkin追踪全路径
impp.console.ip=http://cst.estsh.com impp.console.ip=http://cst.estsh.com

@ -2,7 +2,7 @@
spring.application.name=${project.name} spring.application.name=${project.name}
#使用配置 #使用配置
spring.profiles.active=dev spring.profiles.active=35
######### 自定义参数 ######### ######### 自定义参数 #########
#项目描述信息swagger中显式中文使用uncode转码 #项目描述信息swagger中显式中文使用uncode转码

Loading…
Cancel
Save