elsa-core/samples/Sample06/Properties/launchSettings.json

14 lines
335 B
JSON
Raw Normal View History

2019-06-28 16:55:12 +00:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"Sample06": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "",
"applicationUrl": "http://localhost:3047",
2019-06-28 16:55:12 +00:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}