Commit c8b319fe by huangfusuper

修改fastdfs的注入方式

parent 9a467782
...@@ -57,13 +57,13 @@ myth-job: ...@@ -57,13 +57,13 @@ myth-job:
fdfs: fdfs:
so-timeout: 1500 so-timeout: 1500
connect-timeout: 600 connect-timeout: 600
http-port: 8888 http-port: ${FDFS_PORT}
pool: pool:
jmx-enabled: false jmx-enabled: false
tracker-list: tracker-list:
- 10.0.120.216:22122 - ${FDFS_TK1}
- 10.0.120.217:22122 - ${FDFS_TK2}
- 10.0.120.218:22122 - ${FDFS_TK3}
myth: myth:
plugin: plugin:
env: ${myth-rpc.registry.env} env: ${myth-rpc.registry.env}
...@@ -83,7 +83,7 @@ myth: ...@@ -83,7 +83,7 @@ myth:
######################单机环境##################### ######################单机环境#####################
redisson: redisson:
address: redis://10.0.120.208:6379 address: redis://${Redis_IP}:${Redis_port}
database: 3 database: 3
timeout: 60000 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