16 lines
422 B
JSON
Raw Normal View History

2025-04-01 13:41:50 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
2025-04-01 14:02:10 +08:00
"DBConnectStr": "Server=139.224.232.211;Database=rizo_xbp;User Id=root;Password=doantech123;Port=3308"
2025-04-01 13:41:50 +08:00
//"ConnectionStrings": {
// "MySqlConnection": "server=localhost;database=your_database;user=root;password=your_password"
//}
}