2024-10-10 17:05:35 +08:00
|
|
|
{
|
2024-10-22 10:14:13 +08:00
|
|
|
"Urls": "https://127.0.0.1:8443;http://127.0.0.1:8088",
|
2024-10-10 17:05:35 +08:00
|
|
|
"Serilog": {
|
|
|
|
|
"MinimumLevel": {
|
2024-10-19 08:33:04 +08:00
|
|
|
"Default": "Debug",
|
2024-10-10 17:05:35 +08:00
|
|
|
"Override": {
|
2024-11-01 16:46:18 +08:00
|
|
|
"Microsoft.AspNetCore.Mvc": "Debug",
|
|
|
|
|
"Microsoft.AspNetCore.Routing": "Debug",
|
|
|
|
|
"Microsoft.AspNetCore.Hosting": "Debug"
|
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
|
|
|
}
|