69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"profiles": {
|
|
"asg_form": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"launchUrl": "swagger",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"dotnetRunMessages": true,
|
|
"applicationUrl": "https://localhost:7065;http://127.0.0.1:5221"
|
|
},
|
|
"IIS Express": {
|
|
"commandName": "IISExpress",
|
|
"launchBrowser": true,
|
|
"launchUrl": "swagger",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"Kestrel": {
|
|
"Limits": {
|
|
"MaxRequestBodySize": 9223372036854775807,
|
|
"MaxRequestBufferSize": 9223372036854775807,
|
|
"MaxRequestLineSize": 9223372036854775807
|
|
},
|
|
"Endpoints": {
|
|
"Https": {
|
|
"Url": "https://*:443",
|
|
"Certificate": {
|
|
"Path": "/home/cert/www.xxxx.pfx",
|
|
"Password": "xxx"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Container (Dockerfile)": {
|
|
"commandName": "Docker",
|
|
"launchBrowser": true,
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_HTTPS_PORTS": "8081",
|
|
"ASPNETCORE_HTTP_PORTS": "8080"
|
|
},
|
|
"publishAllPorts": true,
|
|
"useSSL": true
|
|
},
|
|
"Container (.NET SDK)": {
|
|
"commandName": "SdkContainer",
|
|
"launchBrowser": true,
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_HTTPS_PORTS": "8081",
|
|
"ASPNETCORE_HTTP_PORTS": "8080"
|
|
},
|
|
"publishAllPorts": true,
|
|
"useSSL": true
|
|
}
|
|
},
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
"iisSettings": {
|
|
"windowsAuthentication": false,
|
|
"anonymousAuthentication": true,
|
|
"iisExpress": {
|
|
"applicationUrl": "http://localhost:58788",
|
|
"sslPort": 44397
|
|
}
|
|
}
|
|
} |