gwbvipvip 9 months ago
parent
commit
8045fb2584
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" "ASPNETCORE_ENVIRONMENT": "Development"
}, },
"dotnetRunMessages": true, "dotnetRunMessages": true,
"applicationUrl": "http://localhost:5003"
"applicationUrl": "http://192.168.1.50:5003"
}, },
"IIS Express": { "IIS Express": {
"commandName": "IISExpress", "commandName": "IISExpress",


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

@@ -6,8 +6,8 @@
} }
}, },
"SAAS_Manage": "http://10.2.1.26:21995/saasbase/", "SAAS_Manage": "http://10.2.1.26:21995/saasbase/",
"GroupMealBaseUrl": "http://localhost:5001/",
"GroupMealUrl": "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;", "DBConnectionStr": "server=10.2.1.21;Port=3306;Database=bpa_kitchen_groupmealorder;Uid=root;Pwd=cygadmin;",
"AllowedHosts": "*" "AllowedHosts": "*"
} }

Loading…
Cancel
Save