2024-10-10 17:05:35 +08:00
|
|
|
{
|
|
|
|
|
"Serilog": {
|
|
|
|
|
"MinimumLevel": {
|
2024-10-18 11:31:15 +08:00
|
|
|
"Default": "Information",
|
2024-10-10 17:05:35 +08:00
|
|
|
"Override": {
|
2024-10-18 11:31:15 +08:00
|
|
|
"Microsoft.AspNetCore.Mvc": "Information",
|
|
|
|
|
"Microsoft.AspNetCore.Routing": "Information",
|
|
|
|
|
"Microsoft.AspNetCore.Hosting": "Information"
|
2024-10-10 17:05:35 +08:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"WriteTo": [
|
|
|
|
|
{
|
|
|
|
|
"Name": "Console"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2024-10-16 11:28:17 +08:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
"ConnectionStrings": {
|
|
|
|
|
"DefaultConnection": "Data Source=192.168.3.85;Initial Catalog=PluginAdmin-dev;User Id=sa;Password=Sa1234;Encrypt=True;TrustServerCertificate=True"
|
|
|
|
|
}
|
2024-10-10 17:05:35 +08:00
|
|
|
}
|