|
|
@ -1,13 +1,13 @@ |
|
|
|
{ |
|
|
|
"$schema": "http://json.schemastore.org/launchsettings.json", |
|
|
|
{ |
|
|
|
"iisSettings": { |
|
|
|
"windowsAuthentication": false, |
|
|
|
"anonymousAuthentication": true, |
|
|
|
"windowsAuthentication": false, |
|
|
|
"anonymousAuthentication": true, |
|
|
|
"iisExpress": { |
|
|
|
"applicationUrl": "http://localhost:51647", |
|
|
|
"sslPort": 44363 |
|
|
|
} |
|
|
|
}, |
|
|
|
"$schema": "http://json.schemastore.org/launchsettings.json", |
|
|
|
"profiles": { |
|
|
|
"IIS Express": { |
|
|
|
"commandName": "IISExpress", |
|
|
@ -21,10 +21,15 @@ |
|
|
|
"commandName": "Project", |
|
|
|
"launchBrowser": true, |
|
|
|
"launchUrl": "api/values", |
|
|
|
"applicationUrl": "https://localhost:5001;http://localhost:5000", |
|
|
|
"environmentVariables": { |
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
|
} |
|
|
|
}, |
|
|
|
"applicationUrl": "https://localhost:5001;http://localhost:5000" |
|
|
|
}, |
|
|
|
"Docker": { |
|
|
|
"commandName": "Docker", |
|
|
|
"launchBrowser": true, |
|
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values" |
|
|
|
} |
|
|
|
} |
|
|
|
} |