mh_jy_safe/APT.MicroApi/APT.SC.WebApi/Properties/launchSettings.json

26 lines
644 B
JSON
Raw Normal View History

2025-08-25 09:56:57 +08:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"APT.WebApi": {
"commandName": "Project",
"launchUrl": "api/values",
"environmentVariables": {
2025-09-03 11:38:15 +08:00
"ASPNETCORE_ENVIRONMENT": "Development"
2025-08-25 09:56:57 +08:00
},
"nativeDebugging": true,
2025-09-01 17:41:46 +08:00
"applicationUrl": "http://localhost:5179"
2025-08-25 09:56:57 +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
}
}
}