diff --git a/xm-core/src/main/resources/application-dev.properties b/xm-core/src/main/resources/application-dev.properties index 268c6917..26688003 100644 --- a/xm-core/src/main/resources/application-dev.properties +++ b/xm-core/src/main/resources/application-dev.properties @@ -75,7 +75,11 @@ mdp.arc.file-download-base-uri=arc/ mdp.ac.account-key=LFt1f0EtISBDkqVk9H90rSKVixXhw9eDECClaly2Mj5 mdp.ac.account-check-sign=true ###end ac########## - +#mdp.auth.ips=ip1,ip2,ip3,授权ip地址列表,如果非授权ip应用只允许使用24小时 +mdp.auth.ips=172.18.153.152 +mdp.auth.qx-regist-url=/sys/sys/sys/qx/autoRegist +mdp.audit.audit-log-url=/audit/audit/audit/base/operLog/add +mdp.platform-branch-id=platform-branch-001 ##begin 商户相关配置###顶级商户########################################################### mdp.topMech.mechId=m1000 diff --git a/xm-starter/src/main/resources/application-m1prod.properties b/xm-starter/src/main/resources/application-m1prod.properties index 3751de8f..e73a9c1e 100644 --- a/xm-starter/src/main/resources/application-m1prod.properties +++ b/xm-starter/src/main/resources/application-m1prod.properties @@ -34,9 +34,15 @@ spring.jackson.parser.allow_single_quotes=true #配置图片文件上传下载的相关参数,如果此次配置将覆盖数据库系统参数中的 arcImageUploadRootPath 及 arcImageDownloadBaseUri两个参数 -mdp.arc.image-upload-root-path=/home/keyun/mall/arc/image -mdp.arc.image-download-base-uri=arc/ -mdp.arc.file-upload-root-path=/home/keyun/mall/arc/files +#mdp.arc.image-upload-root-path=/home/keyun/mall/arc/image +#mdp.arc.image-download-base-uri=arc/ +#mdp.arc.file-upload-root-path=/home/keyun/mall/arc/files + +#mdp.auth.ips=ip1,ip2,ip3,授权ip地址列表,如果非授权ip应用只允许使用24小时 +mdp.auth.ips=172.18.153.152 +mdp.auth.qx-regist-url=/sys/sys/sys/qx/autoRegist +mdp.audit.audit-log-url=/audit/audit/audit/base/operLog/add +mdp.platform-branch-id=platform-branch-001 #限制文件上传大小 spring.http.multipart.maxFileSize=10Mb