diff --git a/frontend/minattest-app-host/appsettings.json b/frontend/minattest-app-host/appsettings.json index 7663cea..9b527a1 100644 --- a/frontend/minattest-app-host/appsettings.json +++ b/frontend/minattest-app-host/appsettings.json @@ -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} {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} {NewLine}{Exception}" + } + } + ], + "Enrich": [ "FromLogContext" ] + }, + "ReverseProxy": { + "Routes": { + "userApiRoute": { + "ClusterId": "clusterUser", + "Match": { + "Path": "/api/{**catch-all}" + } + } + }, + "Clusters": { + "clusterUser": { + "Destinations": { + "destination1": { + "Address": "http://backend-api:8080/" + } + } + } + } + }, + "AllowedHosts": "*" } \ No newline at end of file