ibms-dome/Frontend/appsettings.json

12 lines
254 B
JSON
Raw Normal View History

2022-10-14 16:08:54 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"FrontendWebApi": "https://e691-210-61-91-44.ngrok.io/" //<2F>e<EFBFBD>xApiURL
}