20 lines
535 B
JSON
20 lines
535 B
JSON
{
|
|
"DomvsDatabase": {
|
|
"ConnectionString": "mongodb+srv://rrcgoncalves:zSYxeWCcY7QlmAmF@cluster0.bmjlo.mongodb.net/?authMechanism=DEFAULT",
|
|
"DatabaseName": "DomvsSites",
|
|
"SharepointCollectionName": "SharepointSite",
|
|
"ChatBotRHCollectionName": "ChatBotRHData",
|
|
"ClassifierCollectionName": "ClassifierData"
|
|
},
|
|
"ChatRHSettings": {
|
|
"Url": "http://localhost:8070/",
|
|
"Create": "/CallRH"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
}
|
|
}
|