mh_sms/APT.MicroApi/APT.LG.WebApi/Properties/launchSettings.json

26 lines
638 B
JSON
Raw Permalink Normal View History

2024-01-22 09:17:01 +08:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"APT.WebApi": {
"commandName": "Project",
"launchUrl": "api/values",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Test"
},
"nativeDebugging": false,
2024-01-25 15:41:50 +08:00
"applicationUrl": "http://localhost:7109"
2024-01-22 09:17:01 +08:00
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values",
"environmentVariables": {
"ASPNETCORE_URLS": "https://+:443;http://+:80",
"ASPNETCORE_HTTPS_PORT": "44300"
},
"httpPort": 51227,
"useSSL": true,
"sslPort": 44300
}
}
}