NanaAntwi
2 years ago
5 changed files with 34 additions and 26 deletions
@ -1,44 +1,44 @@ |
|||||
{ |
{ |
||||
|
"iisExpress": { |
||||
|
"applicationUrl": "http://localhost:24369", |
||||
|
"sslPort": 44366 |
||||
|
}, |
||||
|
"iisSettings": { |
||||
|
"windowsAuthentication": false, |
||||
|
"anonymousAuthentication": true, |
||||
|
"iisExpress": { |
||||
|
"applicationUrl": "http://localhost:54487/", |
||||
|
"sslPort": 44383 |
||||
|
} |
||||
|
}, |
||||
"profiles": { |
"profiles": { |
||||
"http": { |
"http": { |
||||
"commandName": "Project", |
"commandName": "Project", |
||||
"launchBrowser": true, |
"launchBrowser": true, |
||||
|
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", |
||||
|
"applicationUrl": "http://localhost:5136", |
||||
"environmentVariables": { |
"environmentVariables": { |
||||
"ASPNETCORE_ENVIRONMENT": "Development" |
"ASPNETCORE_ENVIRONMENT": "Development" |
||||
}, |
}, |
||||
"dotnetRunMessages": true, |
"dotnetRunMessages": true |
||||
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", |
|
||||
"applicationUrl": "http://localhost:5136" |
|
||||
}, |
}, |
||||
"https": { |
"https": { |
||||
"commandName": "Project", |
"commandName": "Project", |
||||
"launchBrowser": true, |
"launchBrowser": true, |
||||
|
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", |
||||
|
"applicationUrl": "https://localhost:7247;http://localhost:5136", |
||||
"environmentVariables": { |
"environmentVariables": { |
||||
"ASPNETCORE_ENVIRONMENT": "Development" |
"ASPNETCORE_ENVIRONMENT": "Development" |
||||
}, |
}, |
||||
"dotnetRunMessages": true, |
"dotnetRunMessages": true |
||||
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", |
|
||||
"applicationUrl": "https://localhost:7247;http://localhost:5136" |
|
||||
}, |
}, |
||||
"IIS Express": { |
"IIS Express": { |
||||
"commandName": "IISExpress", |
"commandName": "IISExpress", |
||||
"launchBrowser": true, |
"launchBrowser": true, |
||||
|
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", |
||||
"environmentVariables": { |
"environmentVariables": { |
||||
"ASPNETCORE_ENVIRONMENT": "Development" |
"ASPNETCORE_ENVIRONMENT": "Development" |
||||
}, |
} |
||||
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}" |
|
||||
} |
|
||||
}, |
|
||||
"iisExpress": { |
|
||||
"applicationUrl": "http://localhost:24369", |
|
||||
"sslPort": 44366 |
|
||||
}, |
|
||||
"iisSettings": { |
|
||||
"windowsAuthentication": false, |
|
||||
"anonymousAuthentication": true, |
|
||||
"iisExpress": { |
|
||||
"applicationUrl": "http://localhost:54487/", |
|
||||
"sslPort": 44383 |
|
||||
} |
} |
||||
} |
} |
||||
} |
} |
Loading…
Reference in new issue