Files
pwa-player/backend/Properties/launchSettings.json
2024-08-16 00:28:14 +02:00

22 lines
477 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:45205",
"sslPort": 44305
}
},
"profiles": {
"shitweb": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:5153",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}