StableVersion4.3/HL_FristAidPlatform_Service/appsettings.json

21 lines
474 B
JSON

{
"ConnectionStrings": {
// ʹÓÿâÃû Initial Catalog = HL_FristAidPlatform_V2.1
"DB": "Data Source =47.112.158.86,1433\\\\.\\pipe\\sql\\query;Initial Catalog = HL_FristAidPlatform_V2.1;User Id = sa;Password =HNSC@888;"
},
"Logging": {
"LogLevel": {
"Default": "Warning"
},
"Console": {
"LogLevel": {
"Default": "Warning"
}
}
},
"JwtAuth": {
"SecurityKey": "my name is wang chao"
}
//"AllowedHosts": "*"
}