username@email.com
2023-04-19 43987d31cdf56e5c2de1626ec490607679297b53
zhengcaioa/zhengcaioa/appsettings.Development.json
@@ -1,9 +1,10 @@
{
  "ConnectionStrings": {
    "DefaultConnection": "server=localhost;database=zhengcaioa;uid=sa;pwd=123456;",
    "DefaultConnection": "server=localhost;database=zhengcaioa44;uid=sa;pwd=123456;",
    "zcwebConnection": "server=localhost;database=zcweb;uid=sa;pwd=123456;",
    "zcUserInfoNConnection": "server=localhost;database=zcUserInfoN_db;uid=sa;pwd=123456;",
    "WebCrawlerConnection": "server=localhost;database=WebCrawler;uid=sa;pwd=123456;"
    "WebCrawlerConnection": "server=localhost;database=WebCrawler;uid=sa;pwd=123456;",
    "IMdbtestConnection": "server=localhost;database=IMdbtest;uid=sa;pwd=123456;"
  },
  "Logging": {
    "LogLevel": {
@@ -15,7 +16,7 @@
  "AllowedHosts": "*",
  "Elasticsearchurl": "http://192.168.0.15:9200",
  "SecurityKey": "superSecretKey@345",
  "Shuchengurl": "http://192.168.0.7:8085",
  "Shuchengurl": "http://192.168.0.21:8085",
  "GetShopUsers": "/actionapi/Shop/GetShopUsers",
  "huiyuanurl": "http://192.168.0.113:8087",
  "GetDateFirstOrderUser": "/api/ZCBackgRound/GetDateFirstOrderUser",