props/MultiShop/server/Properties/launchSettings.json
Harrison Deng c1633b0b51 Changed file watching development setup.
No longer launches browser.

Added watch server task for API work.

watch_all.py only displays server output and client error output.
2021-07-11 02:38:18 -05:00

28 lines
650 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:61909",
"sslPort": 44392
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"MultiShop": {
"commandName": "Project",
"launchBrowser": false,
"applicationUrl": "http://localhost:5000;https://localhost:5001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}