23 lines
610 B
JSON
23 lines
610 B
JSON
{
|
|
"DomvsDatabase": {
|
|
"ConnectionString": "mongodb://localhost:27017",
|
|
"DatabaseName": "DomvsSites",
|
|
"SharepointCollectionName": "SharepointSite",
|
|
"ChatBotRHCollectionName": "ChatBotRHData",
|
|
"ClassifierCollectionName": "ClassifierData"
|
|
},
|
|
"ChatRHSettings": {
|
|
"Url": "mongodb://localhost:27017",
|
|
"Create": "DomvsSites"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"AppTenantId": "20190830-5fd4-4a72-b8fd-1c1cb35b25bc",
|
|
"AppClientID": "8f4248fc-ee30-4f54-8793-66edcca3fd20"
|
|
}
|