1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2024-10-16 14:10:45 +00:00
msfs-popout-panel-manager/WebServer/Properties/launchSettings.json
2022-07-23 15:23:32 -04:00

22 lines
No EOL
506 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:50708/",
"sslPort": 44369
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress"
},
"TouchPanelHost": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:27011;http://localhost:27012"
}
}
}