|
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"BunnyTest": "Server=rm-bp12z6hlv46vi6g8mro.mysql.rds.aliyuncs.com;Port=3306;User ID=root;Password=0212zkw!;Database=test_product"
|
|
}
|
|
}
|