parking-webapi/WebApi_data_value/Properties/launchSettings.json

41 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2024-02-07 00:19:34 +08:00
{
2024-02-01 13:48:38 +08:00
"profiles": {
2024-03-05 19:49:58 +08:00
"Parking_space_WebAPI": {
2024-02-01 13:48:38 +08:00
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2024-02-07 00:19:34 +08:00
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:7700"
2024-02-01 13:48:38 +08:00
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
2024-02-07 00:19:34 +08:00
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"environmentVariables": {
"ASPNETCORE_URLS": "https://+:443;http://+:80"
},
"publishAllPorts": true,
"useSSL": true
}
},
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:38552",
"sslPort": 44357
2024-02-01 13:48:38 +08:00
}
}
2024-02-07 00:19:34 +08:00
}