DocSpace-buildtools/config/autofac.products.json
2020-03-06 10:02:14 +03:00

24 lines
475 B
JSON

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