Browse Source

修改数据库连接为内网地址

develop-lawyerExampaper
胡超1 2 years ago
parent
commit
7b863004db
  1. 8
      24Hour/appsettings.json

8
24Hour/appsettings.json

@ -6,10 +6,10 @@
} }
}, },
"AllowedHosts": "*", "AllowedHosts": "*",
"ConnectionStrings": { "ConnectionStrings": {
"DBType": "MySQL", "DBType": "MySQL",
"MySQLConnString": "server=127.0.0.1;Database=equipmentrearend;Uid=root;Pwd=insght;Allow User Variables=True;SslMode=none;AllowPublicKeyRetrieval=True;" "MySQLConnString": "server=192.168.0.251;Database=equipmentrearend;Uid=root;Pwd=sa@admin;Allow User Variables=True;SslMode=none;AllowPublicKeyRetrieval=True;"
}, },
//JwtConfig //JwtConfig
"JwtConfiguration": { "JwtConfiguration": {
/*JwtConfig Issuer=http://127.0.0.1:api*/ /*JwtConfig Issuer=http://127.0.0.1:api*/

Loading…
Cancel
Save