rtmpdash/Properties/launchSettings.json

18 lines
405 B
JSON
Raw Normal View History

2021-01-24 04:04:16 +01:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
},
"profiles": {
"RTMPDash": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": false,
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}