20 lines
468 B
JSON
20 lines
468 B
JSON
{
|
|
"DomvsDatabase": {
|
|
"ConnectionString": "mongodb://localhost:27017",
|
|
"DatabaseName": "DomvsSites",
|
|
"SharepointCollectionName": "SharepointSite",
|
|
"ChatBotRHCollectionName": "ChatBotRHData",
|
|
"ClassifierCollectionName": "ClassifierData"
|
|
},
|
|
"ChatRHSettings": {
|
|
"Url": "https://localhost:7070/",
|
|
"Create": "/CallRH"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
}
|
|
}
|