elsa-core/samples/Sample06/Properties/launchSettings.json
2019-06-28 19:01:23 +02:00

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