DocSpace-buildtools/config/autofac.json

13 lines
214 B
JSON
Raw Permalink Normal View History

2023-10-02 10:16:45 +00:00
{
"components": [
{
"type": "ASC.Data.Encryption.Crypt, ASC.Data.Encryption",
"services": [
{
"type": "ASC.Core.Encryption.ICrypt, ASC.Core.Common"
}
]
}
]
}