|
|
@@ -1,25 +1,27 @@
|
|
|
{
|
|
|
- "profiles": {
|
|
|
- "http": {
|
|
|
- "commandName": "Project",
|
|
|
- "launchBrowser": true,
|
|
|
- "environmentVariables": {
|
|
|
- "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
- },
|
|
|
- "dotnetRunMessages": true,
|
|
|
- //"applicationUrl": "http://localhost:5033",
|
|
|
- "hotReloadEnabled": true
|
|
|
+ "profiles": {
|
|
|
+ "http": {
|
|
|
+ "commandName": "Project",
|
|
|
+ "launchBrowser": true,
|
|
|
+ "environmentVariables": {
|
|
|
+ "ASPNETCORE_ENVIRONMENT": "Development",
|
|
|
+ "ASPNETCORE_URLS": ""
|
|
|
+ },
|
|
|
+ "dotnetRunMessages": true,
|
|
|
+ "applicationUrl": "http://localhost:5033",
|
|
|
+ "hotReloadEnabled": true
|
|
|
+ },
|
|
|
+ "https": {
|
|
|
+ "commandName": "Project",
|
|
|
+ "launchBrowser": true,
|
|
|
+ "environmentVariables": {
|
|
|
+ "ASPNETCORE_ENVIRONMENT": "Development",
|
|
|
+ "ASPNETCORE_URLS": ""
|
|
|
+ },
|
|
|
+ "dotnetRunMessages": true,
|
|
|
+ "applicationUrl": "https://localhost:7205;http://localhost:5033",
|
|
|
+ "hotReloadEnabled": true
|
|
|
+ }
|
|
|
},
|
|
|
- "https": {
|
|
|
- "commandName": "Project",
|
|
|
- "launchBrowser": true,
|
|
|
- "environmentVariables": {
|
|
|
- "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
- },
|
|
|
- "dotnetRunMessages": true,
|
|
|
- //"applicationUrl": "https://localhost:7205;http://localhost:5033",
|
|
|
- "hotReloadEnabled": true
|
|
|
- }
|
|
|
- },
|
|
|
- "$schema": "https://json.schemastore.org/launchsettings.json"
|
|
|
+ "$schema": "https://json.schemastore.org/launchsettings.json"
|
|
|
}
|