Newer
Older
percord / extra / admin-api / Spacebar.Cdn.Worker / Properties / launchSettings.json
@Rory& Rory& on 6 Apr 344 bytes Introduce CDN worker skeleton
{
  "$schema": "https://json.schemastore.org/launchsettings.json",
  "profiles": {
    "http": {
      "commandName": "Project",
      "dotnetRunMessages": true,
      "launchBrowser": false,
      "applicationUrl": "http://localhost:5280",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    }
  }
}