2025-04-01 13:41:50 +08:00

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"
//}
}