summary refs log tree commit diff
path: root/extra/admin-api/Spacebar.Cdn.Worker/Properties/launchSettings.json
blob: 7d6ece9c65b2daa568855c2abbe532a431a42c7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "$schema": "https://json.schemastore.org/launchsettings.json",
  "profiles": {
    "http": {
      "commandName": "Project",
      "dotnetRunMessages": true,
      "launchBrowser": false,
      "applicationUrl": "http://localhost:5280",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    }
  }
}