Update frontend/minattest-app-host/appsettings.json
Build & Push MinAttest / build-and-push (push) Has been cancelled

This commit is contained in:
2025-11-27 14:21:15 +00:00
parent b50f928318
commit 1161717f74
+41 -41
View File
@@ -1,42 +1,42 @@
{
"Serilog": {
"Using": [ "Serilog.Sinks.Console" ],
"MinimumLevel": {
"Default": "Verbose",
"Override": {
"Microsoft": "Information",
"System": "Information"
}
},
"WriteTo": [
{
"Name": "Console",
"Args": {
"theme": "Serilog.Sinks.SystemConsole.Themes.AnsiConsoleTheme::Literate, Serilog.Sinks.Console",
"outputTemplate": "[{Timestamp:HH:mm:ss} {Level:u3}|{RequestId}] {Message:lj} <s:{SourceContext}>{NewLine}{Exception}"
}
}
],
"Enrich": [ "FromLogContext" ]
},
"ReverseProxy": {
"Routes": {
"userApiRoute": {
"ClusterId": "clusterUser",
"Match": {
"Path": "/api/{**catch-all}"
}
}
},
"Clusters": {
"clusterUser": {
"Destinations": {
"destination1": {
"Address": "https://localhost:7172/"
}
}
}
}
},
"AllowedHosts": "*"
{
"Serilog": {
"Using": [ "Serilog.Sinks.Console" ],
"MinimumLevel": {
"Default": "Verbose",
"Override": {
"Microsoft": "Information",
"System": "Information"
}
},
"WriteTo": [
{
"Name": "Console",
"Args": {
"theme": "Serilog.Sinks.SystemConsole.Themes.AnsiConsoleTheme::Literate, Serilog.Sinks.Console",
"outputTemplate": "[{Timestamp:HH:mm:ss} {Level:u3}|{RequestId}] {Message:lj} <s:{SourceContext}>{NewLine}{Exception}"
}
}
],
"Enrich": [ "FromLogContext" ]
},
"ReverseProxy": {
"Routes": {
"userApiRoute": {
"ClusterId": "clusterUser",
"Match": {
"Path": "/api/{**catch-all}"
}
}
},
"Clusters": {
"clusterUser": {
"Destinations": {
"destination1": {
"Address": "http://backend-api:8080/"
}
}
}
}
},
"AllowedHosts": "*"
}