2024-10-10 17:05:35 +08:00
|
|
|
{
|
2024-11-04 15:33:38 +08:00
|
|
|
"Urls": "http://*:8088;http://*:3453",
|
2024-11-04 15:11:14 +08:00
|
|
|
"Serilog": {
|
|
|
|
|
"MinimumLevel": {
|
2024-11-13 13:36:09 +08:00
|
|
|
"Default": "Information",
|
2024-11-04 15:11:14 +08:00
|
|
|
"Override": {
|
|
|
|
|
"Microsoft.AspNetCore.Mvc": "Debug",
|
|
|
|
|
"Microsoft.AspNetCore.Routing": "Debug",
|
|
|
|
|
"Microsoft.AspNetCore.Hosting": "Debug"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"WriteTo": [
|
|
|
|
|
{
|
|
|
|
|
"Name": "Console"
|
|
|
|
|
}
|
|
|
|
|
]
|
2024-10-10 17:05:35 +08:00
|
|
|
},
|
2024-11-04 15:11:14 +08:00
|
|
|
"MinIoConfig": {
|
2024-11-06 15:56:28 +08:00
|
|
|
"EndPoint": "192.168.3.85:9000",
|
|
|
|
|
"AccessKey": "minioadmin",
|
|
|
|
|
"SecretKey": "minioadmin",
|
|
|
|
|
"UseSSL": true
|
2024-11-04 15:11:14 +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
|
|
|
}
|