16 lines
405 B
JSON
16 lines
405 B
JSON
|
|
{
|
||
|
|
"Logging": {
|
||
|
|
"LogLevel": {
|
||
|
|
"Default": "Information",
|
||
|
|
"Microsoft": "Warning",
|
||
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"AllowedHosts": "*",
|
||
|
|
"DBConnectStr": "Server=127.0.0.1;Database=zx_sp_record;User Id=sa;Password=123456;",
|
||
|
|
//"ConnectionStrings": {
|
||
|
|
|
||
|
|
// "MySqlConnection": "server=localhost;database=your_database;user=root;password=your_password"
|
||
|
|
//}
|
||
|
|
}
|