Commit c8b319fe by huangfusuper

修改fastdfs的注入方式

parent 9a467782
......@@ -57,13 +57,13 @@ myth-job:
fdfs:
so-timeout: 1500
connect-timeout: 600
http-port: 8888
http-port: ${FDFS_PORT}
pool:
jmx-enabled: false
tracker-list:
- 10.0.120.216:22122
- 10.0.120.217:22122
- 10.0.120.218:22122
- ${FDFS_TK1}
- ${FDFS_TK2}
- ${FDFS_TK3}
myth:
plugin:
env: ${myth-rpc.registry.env}
......@@ -83,7 +83,7 @@ myth:
######################单机环境#####################
redisson:
address: redis://10.0.120.208:6379
address: redis://${Redis_IP}:${Redis_port}
database: 3
timeout: 60000
######################单机环境#####################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment