ibms-dome/Frontend/appsettings.json
2022-10-14 16:08:54 +08:00

12 lines
254 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"FrontendWebApi": "https://e691-210-61-91-44.ngrok.io/" //«e¥xApiURL
}