username@email.com
2022-12-27 5bf3139b3c70c7fd5ce92a6f895a92fa7ebf1d95
zhengcaioa/zhengcaioa/appsettings.Development.json
@@ -2,7 +2,8 @@
  "ConnectionStrings": {
    "DefaultConnection": "server=.;database=zhengcaioa;uid=sa;pwd=123456;",
    "zcwebConnection": "server=localhost;database=zcweb;uid=sa;pwd=123456;",
    "zcUserInfoNConnection": "server=localhost;database=zcUserInfoN_db;uid=sa;pwd=123456;"
    "zcUserInfoNConnection": "server=localhost;database=zcUserInfoN_db;uid=sa;pwd=123456;",
    "WebCrawlerConnection": "server=localhost;database=WebCrawler;uid=sa;pwd=123456;"
  },
  "Logging": {
    "LogLevel": {