BotSharp/src/WebStarter/Properties/launchSettings.json

30 lines
746 B
JSON
Raw Normal View History

2023-05-26 01:36:15 +00:00
{
"profiles": {
"WebStarter": {
"commandName": "Project",
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
2024-01-09 00:40:52 +00:00
"applicationUrl": "http://0.0.0.0:5500"
2023-05-26 01:36:15 +00:00
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
},
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:31769",
"sslPort": 0
}
}
}