chatbot/Chatbot.Api/Properties/launchSettings.json

12 lines
223 B
JSON
Raw Normal View History

2020-06-06 16:07:32 +03:00
{
"profiles": {
"Chatbot.Api": {
"commandName": "Project",
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}