Skip to content

Commit

Permalink
modified and organized the profiles from launchSettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
carvalholuigi25 committed Feb 17, 2024
1 parent 0abfdd3 commit 1e779bc
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 44 deletions.
57 changes: 36 additions & 21 deletions Auth/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,39 +9,54 @@
}
},
"profiles": {
"Watch": {
"commandName": "Executable",
"executablePath": "dotnet.exe",
"workingDirectory": "$(ProjectDir)",
"commandLineArgs": "watch",
"hotReloadEnabled": true,
"LCPCollectionAuth": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "https://localhost:5002",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HTTPS_PORT": "5002"
},
"launchUrl": "https://localhost:5004",
"applicationUrl": "https://localhost:5004;http://localhost:5005",
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:5002;http://localhost:5003"
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"http": {
"LCPCollectionAuth-Staging": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "https://localhost:5002",
"applicationUrl": "https://localhost:5002;http://localhost:5003",
"launchUrl": "https://localhost:5004",
"applicationUrl": "https://localhost:5004;http://localhost:5005",
"dotnetRunMessages": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Staging",
"ASPNETCORE_DETAILEDERRORS": "1",
"ASPNETCORE_SHUTDOWNTIMEOUTSECONDS": "3"
}
},
"https": {
"LCPCollectionAuth-Production": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "https://localhost:5004",
"applicationUrl": "https://localhost:5004;http://localhost:5005",
"dotnetRunMessages": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Production"
}
},
"LCPCollectionAuth-Watch": {
"commandName": "Executable",
"executablePath": "dotnet.exe",
"workingDirectory": "$(ProjectDir)",
"commandLineArgs": "watch",
"hotReloadEnabled": true,
"launchBrowser": true,
"launchUrl": "https://localhost:5002",
"applicationUrl": "https://localhost:5002;http://localhost:5003",
"launchUrl": "https://localhost:5004",
"applicationUrl": "https://localhost:5004;http://localhost:5005",
"dotnetRunMessages": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HTTPS_PORT": "5004"
}
},
"IIS Express": {
Expand Down
38 changes: 32 additions & 6 deletions Client/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,55 @@
}
},
"profiles": {
"https": {
"LCPCollectionClient": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "https://localhost:5002",
"applicationUrl": "https://localhost:5002;http://localhost:5003",
"dotnetRunMessages": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"LCPCollectionClient-Staging": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "https://localhost:5002",
"applicationUrl": "https://localhost:5002;http://localhost:5003",
"dotnetRunMessages": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Staging",
"ASPNETCORE_DETAILEDERRORS": "1",
"ASPNETCORE_SHUTDOWNTIMEOUTSECONDS": "3"
}
},
"LCPCollectionClient-Production": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "https://localhost:5002",
"applicationUrl": "https://localhost:5002;http://localhost:5003",
"dotnetRunMessages": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Production"
}
},
"Watch": {
"LCPCollectionClient-Watch": {
"commandName": "Executable",
"executablePath": "dotnet.exe",
"workingDirectory": "$(ProjectDir)",
"commandLineArgs": "watch",
"hotReloadEnabled": true,
"launchBrowser": true,
"launchUrl": "https://localhost:5002",
"applicationUrl": "https://localhost:5002;http://localhost:5003",
"dotnetRunMessages": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HTTPS_PORT": "5002"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:5002;http://localhost:5003"
}
},
"IIS Express": {
"commandName": "IISExpress",
Expand Down
48 changes: 31 additions & 17 deletions Server/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,54 @@
{
"profiles": {
"https": {
"LCPCollectionServer": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "https://localhost:5000",
"applicationUrl": "https://localhost:5000;http://localhost:5001",
"dotnetRunMessages": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
}
},
"LCPCollectionServer-Staging": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "https://localhost:5000",
"applicationUrl": "https://localhost:5000;http://localhost:5001",
"dotnetRunMessages": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Staging",
"ASPNETCORE_DETAILEDERRORS": "1",
"ASPNETCORE_SHUTDOWNTIMEOUTSECONDS": "3"
}
},
"LCPCollectionServer-Production": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "https://localhost:5000",
"applicationUrl": "https://localhost:5000;http://localhost:5001",
"dotnetRunMessages": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:5000;http://localhost:5001"
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Production"
}
},
"Watch": {
"LCPCollectionServer-Watch": {
"commandName": "Executable",
"executablePath": "dotnet.exe",
"workingDirectory": "$(ProjectDir)",
"commandLineArgs": "watch",
"hotReloadEnabled": true,
"launchBrowser": true,
"launchUrl": "https://localhost:5000",
"applicationUrl": "https://localhost:5000;http://localhost:5001",
"dotnetRunMessages": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HTTPS_PORT": "5000"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:5000;http://localhost:5001"
},
"http": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "http://localhost:5001"
}
},
"IIS Express": {
"commandName": "IISExpress",
Expand Down

0 comments on commit 1e779bc

Please sign in to comment.