|
@@ -1,23 +1,32 @@
|
|
|
{
|
|
|
- "profiles": {
|
|
|
- "Hotline.Api": {
|
|
|
- "commandName": "Project"
|
|
|
- },
|
|
|
- "IIS Express": {
|
|
|
- "commandName": "IISExpress",
|
|
|
- "launchBrowser": true,
|
|
|
- "launchUrl": "swagger",
|
|
|
- "environmentVariables": {
|
|
|
- "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
- }
|
|
|
+ "profiles": {
|
|
|
+ "Hotline.Api": {
|
|
|
+ "commandName": "Project",
|
|
|
+ "dotnetRunMessages": true,
|
|
|
+ "launchBrowser": true,
|
|
|
+ "launchUrl": "swagger",
|
|
|
+ "applicationUrl": "http://localhost:50100",
|
|
|
+ "environmentVariables": {
|
|
|
+ "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Hotline.Api.Test": {
|
|
|
+ "commandName": "Project",
|
|
|
+ "dotnetRunMessages": true,
|
|
|
+ "launchBrowser": true,
|
|
|
+ "launchUrl": "swagger",
|
|
|
+ "applicationUrl": "http://localhost:50100",
|
|
|
+ "environmentVariables": {
|
|
|
+ "ASPNETCORE_ENVIRONMENT": "Test"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "IIS Express": {
|
|
|
+ "commandName": "IISExpress",
|
|
|
+ "launchBrowser": true,
|
|
|
+ "launchUrl": "swagger",
|
|
|
+ "environmentVariables": {
|
|
|
+ "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
- },
|
|
|
- "iisSettings": {
|
|
|
- "windowsAuthentication": false,
|
|
|
- "anonymousAuthentication": true,
|
|
|
- "iisExpress": {
|
|
|
- "applicationUrl": "http://localhost:3723/",
|
|
|
- "sslPort": 44366
|
|
|
- }
|
|
|
- }
|
|
|
}
|