rtmpdash/Properties/launchSettings.json

18 lines
382 B
JSON
Raw Normal View History

2021-01-24 04:04:16 +01:00
{
"iisSettings": {
"windowsAuthentication": false,
2022-02-09 22:32:17 +01:00
"anonymousAuthentication": true
2021-01-24 04:04:16 +01:00
},
"profiles": {
"RTMPDash": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": false,
"applicationUrl": "http://localhost:60001",
2021-01-24 04:04:16 +01:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}