Browse Source

提交

master
gwbvipvip 5 months ago
parent
commit
85eaa32b73
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      BPA.SAAS.KitChenManage.Web.Entry/Properties/launchSettings.json
  2. +1
    -1
      BPA.SAAS.KitChenManage.Web.Entry/appsettings.json

+ 1
- 1
BPA.SAAS.KitChenManage.Web.Entry/Properties/launchSettings.json View File

@@ -22,7 +22,7 @@
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "",
"applicationUrl": "http://192.168.1.19:5007",
"applicationUrl": "http://192.168.1.50:5007",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}


+ 1
- 1
BPA.SAAS.KitChenManage.Web.Entry/appsettings.json View File

@@ -8,7 +8,7 @@
}
},
"AllowedHosts": "*",
"baseurl": "http://192.168.1.19:5006/",
"baseurl": "http://192.168.1.50:5006/",
"ConnectionConfigs": [
{
"ConnectionString": "server=10.2.1.21;Database=bpa_kitchen_kitchenmanage;Uid=root;Pwd=cygadmin;Allow Zero Datetime=True;Convert Zero Datetime=True;",


Loading…
Cancel
Save