DocSpace-buildtools/config/autofac.products.json

32 lines
706 B
JSON
Raw Normal View History

{
2019-12-20 11:17:01 +00:00
"components": [
{
"type": "ASC.People.PeopleProduct, ASC.People",
"services": [
{
"type": "ASC.Web.Core.IWebItem, ASC.Web.Core"
}
2019-12-20 11:17:01 +00:00
],
"instanceScope": "singleinstance"
2020-02-12 07:58:31 +00:00
},
{
"type": "ASC.Calendar.CalendarProduct, ASC.Calendar",
"services": [
{
"type": "ASC.Web.Core.IWebItem, ASC.Web.Core"
}
],
"instanceScope": "singleinstance"
2020-02-27 08:22:42 +00:00
},
{
"type": "ASC.Web.Files.Configuration.ProductEntryPoint, ASC.Files",
"services": [
{
"type": "ASC.Web.Core.IWebItem, ASC.Web.Core"
}
],
"instanceScope": "singleinstance"
}
]
}