chore: update byhlc112 deployment domains
This commit is contained in:
@@ -70,7 +70,7 @@ public class WaUserController {
|
||||
private CrmebConfig crmebConfig;
|
||||
|
||||
private String buildPublicFileUrl(String relativeUrl) {
|
||||
String domain = StringUtils.defaultString(crmebConfig.getDomain(), "https://lehoo6.com").trim();
|
||||
String domain = StringUtils.defaultString(crmebConfig.getDomain(), "https://h5y2c.com").trim();
|
||||
if (!StringUtils.startsWithAny(domain, "http://", "https://")) {
|
||||
domain = "https://" + domain;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
crmeb:
|
||||
imagePath: /www/wwwroot/lehoo6.com/ # 服务器图片路径配置 斜杠结尾
|
||||
domain: lehoo6.com # 当前项目域名,合同/PDF 等公开地址拼接使用
|
||||
imagePath: /www/wwwroot/h5y2c.com/ # 服务器图片路径配置 斜杠结尾
|
||||
domain: h5y2c.com # 当前项目域名,合同/PDF 等公开地址拼接使用
|
||||
asyncConfig: true #是否同步config表数据到redis
|
||||
|
||||
server:
|
||||
|
||||
Reference in New Issue
Block a user