CSharp-Single-EFCore/Bunny.WebApi/Properties/launchSettings.json

44 lines
1.2 KiB
JSON
Raw Normal View History

2024-08-08 22:23:36 +08:00
{
"profiles": {
"http": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "http://localhost:8900/bunnyDocs",
2024-08-08 22:23:36 +08:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
2024-08-08 22:23:36 +08:00
"applicationUrl": "http://*:8900"
},
"https": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "https://localhost:8848/bunnyDocs",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "https://*:8848"
},
2024-08-08 22:23:36 +08:00
"Container (Dockerfile)": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"environmentVariables": {
"ASPNETCORE_HTTPS_PORTS": "8900",
"ASPNETCORE_HTTP_PORTS": "8900"
},
"publishAllPorts": true,
"useSSL": true
}
},
"$schema": "https://json.schemastore.org/launchsettings.json",
2024-08-08 22:23:36 +08:00
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "https://localhost:8900",
"sslPort": 8900
}
}
}