diff --git a/aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/appsettings.Production.json b/aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/appsettings.Production.json index 19434838..d0653f05 100644 --- a/aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/appsettings.Production.json +++ b/aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/appsettings.Production.json @@ -31,7 +31,7 @@ }, "App": { "SelfUrl": "http://localhost:44315", - "CorsOrigins": "http://localhost:80,http://116.205.177.85:80,http://116.205.177.85" + "CorsOrigins": "http://localhost:80,http://43.139.143.143:80,http://43.139.143.143" }, "ConnectionStrings": { "Default": "Data Source=mysql;Port=3306;Database=LionAbpProDB;uid=root;pwd=1q2w3E*;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true" diff --git a/vben28/.env.production b/vben28/.env.production index 5e145798..57b52fb2 100644 --- a/vben28/.env.production +++ b/vben28/.env.production @@ -36,8 +36,8 @@ VITE_LEGACY = false # 接口地址 -VITE_API_URL= http://116.205.177.85:8080 +VITE_API_URL= http://43.139.143.143:8080 # WEBSOCKE 地址 -VITE_WEBSOCKE_URL= http://116.205.177.85:8080/signalr/notification +VITE_WEBSOCKE_URL= http://43.139.143.143:8080/signalr/notification