Browse Source

提交

master
gwbvipvip 9 months ago
parent
commit
0f6400404d
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      BPA.KitChen.GroupMealOrder/Properties/launchSettings.json
  2. +2
    -2
      BPA.KitChen.GroupMealOrder/appsettings.json

+ 1
- 1
BPA.KitChen.GroupMealOrder/Properties/launchSettings.json View File

@@ -8,7 +8,7 @@
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5003"
"applicationUrl": "http://192.168.1.50:5003"
},
"IIS Express": {
"commandName": "IISExpress",


+ 2
- 2
BPA.KitChen.GroupMealOrder/appsettings.json View File

@@ -6,8 +6,8 @@
}
},
"SAAS_Manage": "http://10.2.1.26:21995/saasbase/",
"baseurl": "http://localhost:5001/",
"groupmeal": "http://localhost:5002/",
"baseurl": "http://192.168.1.50:5001/",
"groupmeal": "http://192.168.1.50:5002/",
"DBConnectionStr": "server=10.2.1.21;Port=3306;Database=bpa_kitchen_groupmealorder;Uid=root;Pwd=cygadmin;",
"AllowedHosts": "*"
}

Loading…
Cancel
Save