wangxiaoshuang 2025-11-18 10:09:05 +08:00
commit 28193db530
3 changed files with 5 additions and 5 deletions

View File

@ -8,9 +8,9 @@
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<Copyright>武汉行藏科技有限公司版权所有</Copyright>
<AssemblyVersion></AssemblyVersion>
<FileVersion>1.0.1.001</FileVersion>
<Product>医学影像处理软件</Product>
<Version>1.0.1.001</Version>
<FileVersion>1.0.0.1</FileVersion>
<Product>医学影像判读管理系统</Product>
<Version>1.0.0.1</Version>
<ApplicationIcon>favicon.ico</ApplicationIcon>
<Platforms>AnyCPU;x64</Platforms>
<AssemblyName>EI_Image_Viewer</AssemblyName>

View File

@ -22,7 +22,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:6100"
"applicationUrl": "http://0.0.0.0:6100"
},
"Docker": {
"commandName": "Docker",

View File

@ -9,7 +9,7 @@
"ConnectionStrings": {
//"RemoteNew": "Server=123.56.94.154,1433\\MSSQLSERVER;Database=IRaCIS_Certificate;User ID=sa;Password=dev123456DEV;TrustServerCertificate=true",
//"Hangfire": "Server=123.56.94.154,1433\\MSSQLSERVER;Database=Hangfire_IRaCIS;User ID=sa;Password=dev123456DEV;TrustServerCertificate=true"
"RemoteNew": "Server=192.168.1.11\\WCH; Database=IRaCIS; User ID=sa; Password=123456;TrustServerCertificate=true"
"RemoteNew": "Server=.; Database=IRaCISTest; User ID=sa; Password=svse;TrustServerCertificate=true"
},
"BasicSystemConfig": {