DocSpace-buildtools/config/autofac.json
2020-12-28 16:22:08 +03:00

21 lines
407 B
JSON

{
"components": [
{
"type": "ASC.Common.Logging.LogNLog, ASC.Common",
"services": [
{
"type": "ASC.Common.Logging.ILog, ASC.Common"
}
]
},
{
"type": "ASC.Data.Encryption.Crypt, ASC.Data.Encryption",
"services": [
{
"type": "ASC.Core.Encryption.ICrypt, ASC.Core.Common"
}
]
}
]
}