SaintAngeLs / distributed_minispace

Microservices-based social network built with .NET8 and ASP .NET Core Blazor WebAssembly, following distributed DDD principles. Scalable social media application CQRS distributed event-driven solution, utilizing SignalR, .NET ML. Features include choreographical Saga patterns, asynchronous messaging, outbox pattern and distributed event sourcing
https://itsharppro.com/case-study/distributed-astravent/
Apache License 2.0
14 stars 2 forks source link

Blazor configuration for the microinfrastructure and apigateway in containers #19

Closed SaintAngeLs closed 7 months ago

SaintAngeLs commented 7 months ago

This will require the checkup on the server:


{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*",
  "ApiGatewayUrl": "http://api-gateway/",
  "HttpClientOptions": {
    "ApiUrl": "http://api-gateway/",
    "Retries": 3
  }
}
SaintAngeLs commented 7 months ago

The server-logs verification, and checking-up the seq and jeager provides us with belief that this 'bug' has come to it's successful resolution.

SaintAngeLs commented 7 months ago

This issue has become close due to success in implementation and farther inactivity.