You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
898 B
25 lines
898 B
{ |
|
"$schema": "https://json.schemastore.org/launchsettings.json", |
|
"profiles": { |
|
"http": { |
|
"commandName": "Project", |
|
"dotnetRunMessages": true, |
|
"launchBrowser": true, |
|
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", |
|
"applicationUrl": "http://localhost:5202", |
|
"environmentVariables": { |
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
} |
|
}, |
|
"https": { |
|
"commandName": "Project", |
|
"dotnetRunMessages": true, |
|
"launchBrowser": true, |
|
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", |
|
"applicationUrl": "https://localhost:7263;http://localhost:5202", |
|
"environmentVariables": { |
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
} |
|
} |
|
} |
|
}
|
|
|