35 lines
983 B
JSON
35 lines
983 B
JSON
|
|
{
|
|||
|
|
"iisSettings": {
|
|||
|
|
"windowsAuthentication": false,
|
|||
|
|
"anonymousAuthentication": true,
|
|||
|
|
"iisExpress": {
|
|||
|
|
"applicationUrl": "http://localhost:60716",
|
|||
|
|
"sslPort": 0
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|||
|
|
"profiles": {
|
|||
|
|
"DouyinApi": {
|
|||
|
|
"commandName": "Project",
|
|||
|
|
"launchBrowser": true,
|
|||
|
|
"environmentVariables": {
|
|||
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|||
|
|
//"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "SkyAPM.Agent.AspNetCore"// 如果要开始skywalking,请取消此行注释
|
|||
|
|
},
|
|||
|
|
"applicationUrl": "http://localhost:9291"
|
|||
|
|
},
|
|||
|
|
"IIS Express": {
|
|||
|
|
"commandName": "IISExpress",
|
|||
|
|
"launchBrowser": true,
|
|||
|
|
"environmentVariables": {
|
|||
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
"Docker": {
|
|||
|
|
"commandName": "Docker",
|
|||
|
|
"launchBrowser": true,
|
|||
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
|
|||
|
|
"publishAllPorts": true
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|