Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 419 Bytes

readme.md

File metadata and controls

24 lines (23 loc) · 419 Bytes

reallyread.it twitter-test-server

Configuration

Create the following configuration files and modify as required:

appsettings.json
{
  "Logging": {
    "LogLevel": {
      "Default": "Debug",
      "System": "Information",
      "Microsoft": "Information"
    }
  },
  "AllowedHosts": "*",
  "Kestrel": {
    "Endpoints": {
      "Http": {
        "Url": "http://localhost:5003"
      }
    }
  }
}