c3stream/Properties/launchSettings.json
2020-12-28 06:10:48 +01:00

21 lines
448 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:37898",
"sslPort": 44314
}
},
"profiles": {
"c3stream": {
"commandName": "Project",
"launchBrowser": false,
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}