vue-java-tutorials/CSharp/SQLTutorial/ADO-Web-2-Connect/appsettings.json

13 lines
299 B
JSON
Raw Normal View History

2025-06-22 20:21:42 +08:00
{
"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=news"
}
}