diff --git a/ZR.Admin.WebApi/Properties/PublishProfiles/FolderProfile.pubxml b/ZR.Admin.WebApi/Properties/PublishProfiles/FolderProfile.pubxml index aa6c16e..009f7e3 100644 --- a/ZR.Admin.WebApi/Properties/PublishProfiles/FolderProfile.pubxml +++ b/ZR.Admin.WebApi/Properties/PublishProfiles/FolderProfile.pubxml @@ -16,7 +16,8 @@ https://go.microsoft.com/fwlink/?LinkID=208121. net7.0 e5497bb4-b0c1-4794-9fae-163f626ec399 - false + true Production + win-x64 \ No newline at end of file diff --git a/ZR.Admin.WebApi/appsettings.Production.json b/ZR.Admin.WebApi/appsettings.Production.json index 0d8b878..eaa8f4e 100644 --- a/ZR.Admin.WebApi/appsettings.Production.json +++ b/ZR.Admin.WebApi/appsettings.Production.json @@ -8,7 +8,7 @@ }, "dbConfigs": [ { - "Conn": "Data Source=192.168.50.199;User ID=root;Password=123456;Initial Catalog=zradmin;", + "Conn": "Data Source=127.0.0.1;User ID=root;Password=123456;Initial Catalog=GXAssembly;", "DbType": 0, //数据库类型 MySql = 0, SqlServer = 1, Oracle = 3,PgSql = 4 "ConfigId": "0", //多租户唯一标识 "IsAutoCloseConnection": true @@ -21,7 +21,7 @@ "Conn": "Data Source=127.0.0.1;User ID=root;Password=123456;Initial Catalog={dbName};", "DbType": 0, "IsAutoCloseConnection": true, - "DbName": "daimei" //代码生成默认连接数据库,Oracle库是实例的名称 + "DbName": "GXAssembly" //代码生成默认连接数据库,Oracle库是实例的名称 }, "urls": "http://localhost:8888", //项目启动url,如果改动端口前端对应devServer也需要进行修改 "corsUrls": [ "http://localhost:8887", "http://localhost:8886" ], //跨域地址(前端启动项目,前后端分离单独部署需要设置),多个用","隔开