From f8257a1806f514c8109ff3ae0414abb7b4e76944 Mon Sep 17 00:00:00 2001 From: joshen Date: Sun, 8 Sep 2024 13:31:10 +0800 Subject: [PATCH] Update application-pro.properties --- .../src/main/resources/application-pro.properties | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/servers/boe-server-task/src/main/resources/application-pro.properties b/servers/boe-server-task/src/main/resources/application-pro.properties index d784cabd..7c8b4fd4 100644 --- a/servers/boe-server-task/src/main/resources/application-pro.properties +++ b/servers/boe-server-task/src/main/resources/application-pro.properties @@ -29,11 +29,10 @@ xboe.api.cross_filter=true ## 上传相磁的路径配置 xboe.upload.file.temp_path=E:/Projects/BOE/java/static/temp xboe.upload.file.save_path=E:/Projects/BOE/java/static/upload -xboe.upload.file.http_path=http://u-pre.boe.com:9090/cdn/upload +xboe.upload.file.http_path=http://localhost:9090/cdn/upload ## 外部接口调用地址 旧系统机构及用户数据接口 -xboe.externalinterface.url.system=http://u-pre.boe.com:9091 - +xboe.externalinterface.url.system=http://localhost:9091 #加密盐 #jasypt.encryptor.password=jasypt jasypt.encryptor.algorithm=PBEWithMD5AndDES