28 lines
808 B
JSON
28 lines
808 B
JSON
{
|
|
"Urls": "http://*:8088;http://*:3453",
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Debug",
|
|
"Override": {
|
|
"Microsoft.AspNetCore.Mvc": "Debug",
|
|
"Microsoft.AspNetCore.Routing": "Debug",
|
|
"Microsoft.AspNetCore.Hosting": "Debug"
|
|
}
|
|
},
|
|
"WriteTo": [
|
|
{
|
|
"Name": "Console"
|
|
}
|
|
]
|
|
},
|
|
"MinIoConfig": {
|
|
"EndPoint": "172.30.20.40: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"
|
|
}
|
|
} |