Skip to content

reallyreadit/twitter-test-server

Repository files navigation

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"
      }
    }
  }
}

About

A mock Twitter API for integration testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published