c3stream/Properties/launchSettings.json

13 lines
250 B
JSON
Raw Normal View History

2020-12-28 06:10:48 +01:00
{
"profiles": {
"c3stream": {
"commandName": "Project",
"launchBrowser": false,
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}