Browse Source

修改正式环境文件上传服务的端口

suntg 8 years ago
parent
commit
6943c1bede
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/prod/sys.properties

+ 2 - 2
src/main/resources/prod/sys.properties

@@ -31,8 +31,8 @@ carouselMicroServiceIp=10.10.0.188
 endpointUri=10.10.100.23
 recommendPort=20100
 # upload file
-uploadFileUrl = http://10.10.0.254:8080
+uploadFileUrl=http://10.10.0.254:20290
 # search file
-searchUrl = http://10.10.0.76:8081
+searchUrl=http://10.10.0.76:8081
 # Kafka
 kafka-bootstrap-servers=10.10.100.11:9292,10.10.100.12:9292,10.10.100.13:9292,10.10.100.14:9292,10.10.100.15:9292,10.10.100.16:9292