22 lines
593 B
JSON
22 lines
593 B
JSON
{
|
|
"Urls": "https://127.0.0.1:8443;http://127.0.0.1:8088",
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Debug",
|
|
"Override": {
|
|
"Microsoft.AspNetCore.Mvc": "Information",
|
|
"Microsoft.AspNetCore.Routing": "Information",
|
|
"Microsoft.AspNetCore.Hosting": "Information"
|
|
}
|
|
},
|
|
"WriteTo": [
|
|
{
|
|
"Name": "Console"
|
|
}
|
|
]
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data Source=192.168.3.85;Initial Catalog=PluginAdmin-dev;User Id=sa;Password=Sa1234;Encrypt=True;TrustServerCertificate=True"
|
|
}
|
|
} |