BotSharp/Bot.WebStarter/Settings/appsettings.json

20 lines
272 B
JSON
Raw Normal View History

2017-12-30 20:26:35 +00:00
{
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
}
},
"Console": {
"LogLevel": {
"Default": "Warning"
}
}
},
"Rasa": {
"Host": "http://192.168.56.101:5000"
}
}