Skip to content

Commit

Permalink
implementing screening API scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhollan committed Apr 30, 2020
1 parent 58d2e4c commit 1610faf
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,32 @@
"launchBrowser": true,
"launchUrl": "swagger/v1/swagger.json",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"VaultUri": "https://covid-api-vault.vault.azure.net/",
"AZURE_USERNAME": "bradyg@microsoft.com"
"AZURE_USERNAME": "bradyg@microsoft.com",
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"COVIDScreeningApi": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger/v1/swagger.json",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"VaultUri": "https://covid-api-vault.vault.azure.net/",
"AZURE_USERNAME": "bradyg@microsoft.com"
"AZURE_USERNAME": "bradyg@microsoft.com",
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/weatherforecast",
"publishAllPorts": true,
"useSSL": true,
"environmentVariables": {
"VaultUri": "https://covid-api-vault.vault.azure.net/",
"AZURE_USERNAME": "bradyg@microsoft.com"
}
},
"publishAllPorts": true,
"useSSL": true
}
}
}

0 comments on commit 1610faf

Please sign in to comment.