DocSpace-client/config/autofac.products.json

23 lines
485 B
JSON

{
"components": [
{
"type": "ASC.People.PeopleProduct, ASC.People",
"services": [
{
"type": "ASC.Web.Core.IWebItem, ASC.Web.Core"
}
],
"instanceScope": "singleinstance"
},
{
"type": "ASC.Web.Files.Configuration.ProductEntryPoint, ASC.Files",
"services": [
{
"type": "ASC.Web.Core.IWebItem, ASC.Web.Core"
}
],
"instanceScope": "singleinstance"
}
]
}