ChessWeb.Api

πŸ“Properties

launch settings and service dependencies.

πŸ“Classes

All kings of logics.

πŸ“Extensions

Static classes with extensions to existing classes.

πŸ“Hubs

SignalR hubs. Classes for establishing connections and communication with client.

πŸ“Models

Data models

πŸ“Services

Connectors between logic classes and hubs.

πŸ“„appsettings.json

Application setting used in production.

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": ["https://chesswebapplication.azurewebsites.net"]
}

If you want to connect to the api you must add your host to "AllowedHosts".

In future this api might be available to all hosts.

πŸ“„appsettings.Development.json

Application setting used in development.

Last updated