提交 557b7e3f authored 作者: lizhuo's avatar lizhuo

--no commit message

上级 06f9376e
package com.zrqx.file.config;
public class FTPConfig {
public static String ip = "192.168.2.234";
public static String ip = "192.168.2.235";
public static Integer port = 21;
public static String username = "lizhuo";
public static String password = "111111";
......
......@@ -19,7 +19,7 @@ spring:
maxFileSize: 2000Mb
maxRequestSize: 2000Mb
redis:
host: 192.168.2.231
host: 192.168.2.235
port: 6379
password: 123456
timeout: 3000 # 连接超时时间 单位 ms(毫秒)
......
......@@ -49,7 +49,7 @@ default:
spring-datasource-initialize: true
#redis链接信息
redis:
host: 192.168.2.231
host: 192.168.2.235
port: 6379
password: 123456
timeout: 3000 # 连接超时时间 单位 ms(毫秒)
......@@ -68,6 +68,6 @@ default:
#eureka服务注册中心
eureka-client-serviceUrl-defaultZone: http://user:123456@localhost:8261/eureka/
#分布式事务管理中心
tx-manager-url: http://192.168.2.231:${tx-manager-prot}/tx/manager/
tx-manager-url: http://192.168.2.235:${tx-manager-prot}/tx/manager/
logging:
config: classpath:logback-custom.xml
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论