DocSpace-buildtools/config/autofac.products.json
2020-02-28 16:23:30 +03:00

14 lines
247 B
JSON

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