16 lines
422 B
JSON
16 lines
422 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"DBConnectStr": "Server=139.224.232.211;Database=rizo_xbp;User Id=root;Password=doantech123;Port=3308"
|
|
//"ConnectionStrings": {
|
|
|
|
// "MySqlConnection": "server=localhost;database=your_database;user=root;password=your_password"
|
|
//}
|
|
}
|