LFlow/LFlow.Base/appsettings.json

28 lines
828 B
JSON
Raw Normal View History

{
2024-11-04 15:11:14 +08:00
"Urls": "https://172.30.20.40:3452;http://172.30.20.40:3453",
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Microsoft.AspNetCore.Mvc": "Debug",
"Microsoft.AspNetCore.Routing": "Debug",
"Microsoft.AspNetCore.Hosting": "Debug"
}
},
"WriteTo": [
{
"Name": "Console"
}
]
},
2024-11-04 15:11:14 +08:00
"MinIoConfig": {
"EndPoint": "localhost:9000",
"AccessKey": "name",
"SecretKey": "passsword",
"UseSSL": false
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Data Source=192.168.3.85;Initial Catalog=PluginAdmin-dev;User Id=sa;Password=Sa1234;Encrypt=True;TrustServerCertificate=True"
}
}