LFlow/LFlow.Base/appsettings.json

22 lines
575 B
JSON
Raw Normal View History

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