StableVersion4.3/APPUpgradeAPI/appsettings.json

16 lines
409 B
JSON

{
"ConnectionStrings": {
"DB": "Data Source =47.112.158.86,1433\\\\.\\pipe\\sql\\query;Initial Catalog = UpgradeManagement;User Id = sa;Password =HNSC@888;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"JwtAuth": {
"SecurityKey": "my name is wang chao"
}
}