14 lines
335 B
JSON
14 lines
335 B
JSON
|
|
{
|
|||
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|||
|
|
"profiles": {
|
|||
|
|
"Sample06": {
|
|||
|
|
"commandName": "Project",
|
|||
|
|
"launchBrowser": true,
|
|||
|
|
"launchUrl": "",
|
|||
|
|
"applicationUrl": "http://localhost:5000",
|
|||
|
|
"environmentVariables": {
|
|||
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|