Spotify.NET/SpotifyAPI.Web.Examples.ASP/Properties/launchSettings.json
Jonas Dellinger 3695866e55
Feature/shows and episodes (#437)
Co-authored-by: shayo <shay.ohayon@gmail.com>
2020-05-30 23:56:57 +02:00

28 lines
641 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:55802",
"sslPort": 44320
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"SpotifyAPI.Web.Examples.ASP": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:5000"
}
}
}