21 lines
571 B
JSON
21 lines
571 B
JSON
{
|
|
"DomvsDatabase": {
|
|
//"ConnectionString": "mongodb://192.168.0.82:30017/?directConnection=true",
|
|
"ConnectionString": "mongodb://localhost:27017/?directConnection=true",
|
|
"DatabaseName": "DomvsSites",
|
|
"SharepointCollectionName": "SharepointSite",
|
|
"ChatBotRHCollectionName": "ChatBotRHData",
|
|
"ClassifierCollectionName": "ClassifierData"
|
|
},
|
|
"ChatRHSettings": {
|
|
"Url": "http://localhost:8070/",
|
|
"Create": "/CallRH"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
}
|
|
}
|