Commit 03e3d5ee authored by liqin's avatar liqin 💬

bug fixed

parent 9a615225
...@@ -7,14 +7,6 @@ jwt.authTokenPrefix=Bearer ...@@ -7,14 +7,6 @@ jwt.authTokenPrefix=Bearer
cors.url.list=http://virthall.mbcloud.com, cors.url.list=http://virthall.mbcloud.com,
########################################################
###FastDFS
########################################################
dfsFileAccessBasePath=https://virthall.mbcloud.com
prefixPat=/data/fastdfs/data
IMAGE_BASE_URL=https://virthall.mbcloud.com/
######################################################## ########################################################
###EMBEDDED SERVER CONFIGURATION ###EMBEDDED SERVER CONFIGURATION
######################################################## ########################################################
......
...@@ -24,9 +24,9 @@ mybatis-plus.configuration.jdbc-type-for-null=null ...@@ -24,9 +24,9 @@ mybatis-plus.configuration.jdbc-type-for-null=null
######################################################## ########################################################
###FastDFS ###FastDFS
######################################################## ########################################################
dfsFileAccessBasePath=https://virthall.bas.cmbchina.com dfsFileAccessBasePath=http://111.203.232.175:8085
prefixPat=/data/fastdfs/data prefixPat=/data/fastdfs/data
IMAGE_BASE_URL=https://virthall.bas.cmbchina.com/ IMAGE_BASE_URL=http://111.203.232.175:8085/
######################################################## ########################################################
......
...@@ -4,4 +4,4 @@ fastdfs.charset=UTF-8 ...@@ -4,4 +4,4 @@ fastdfs.charset=UTF-8
fastdfs.http.tracker_http_port=8888 fastdfs.http.tracker_http_port=8888
fastdfs.http.anti_steal_token=no fastdfs.http.anti_steal_token=no
fastdfs.http.secret_key=FastDFS1234567890 fastdfs.http.secret_key=FastDFS1234567890
fastdfs.tracker_servers=virthall.mbcloud.com:22122 fastdfs.tracker_servers=192.168.110.85:22122
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