ZhiYi/ZhiYi.Core.Api/Properties/launchSettings.json

41 lines
1.1 KiB
JSON

{
"profiles": {
"ZhiYi.Core.Api": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5088"
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
//"Container (Dockerfile)": {
// "commandName": "Docker",
// "launchBrowser": true,
// "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
// "environmentVariables": {
// "ASPNETCORE_URLS": "http://+:80"
// },
// "publishAllPorts": true,
// "useSSL": false
//}
},
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:7259",
"sslPort": 0
}
}
}