DocSpace-buildtools/config/storage.json

150 lines
4.2 KiB
JSON
Raw Normal View History

{
"storage": {
"appender": [
{
"name": "generic",
"append": "~/"
}
],
"handler": [
{
2023-04-10 14:28:20 +00:00
"name": "disc",
"type": "ASC.Data.Storage.DiscStorage.DiscDataStore, ASC.Data.Storage",
"property": [
{
2023-04-10 14:28:20 +00:00
"name": "$STORAGE_ROOT",
"value": "..\\Data\\"
}
]
}
],
2022-12-22 15:48:30 +00:00
"module": [
{
"name": "files",
"data": "e67be73d-f9ae-4ce1-8fec-1880cb518cb4",
2023-04-10 14:28:20 +00:00
"type": "disc",
"path": "$STORAGE_ROOT\\Products\\Files",
"expires": "0:16:0",
"domain": [
{
"name": "files_temp",
"visible": false,
"data": "00000000-0000-0000-0000-000000000000",
"path": "$STORAGE_ROOT\\Products\\Files\\{0}\\temp",
"virtualpath": "~/products/community/modules/wiki/data/filestemp",
"expires": "0:10:0"
}
]
},
2022-06-02 18:41:16 +00:00
{
"name": "room_logos",
"data": "00000000-0000-0000-0000-000000000000",
2023-04-10 14:28:20 +00:00
"type": "disc",
2022-06-02 18:41:16 +00:00
"path": "$STORAGE_ROOT\\Products\\Files\\logos\\{0}",
"domain": [
{
"name": "logos_temp",
2022-08-23 11:55:03 +00:00
"visible": false,
2022-06-02 18:41:16 +00:00
"data": "00000000-0000-0000-0000-000000000000",
2023-04-10 14:28:20 +00:00
"type": "disc",
2022-08-23 11:55:03 +00:00
"path": "$STORAGE_ROOT\\Products\\Files\\logos\\{0}\\temp"
2022-06-02 18:41:16 +00:00
}
]
},
{
"name": "files_template",
"visible": false,
"data": "00000000-0000-0000-0000-000000000000",
2023-04-10 14:28:20 +00:00
"type": "disc",
2020-02-19 08:37:52 +00:00
"path": "DocStore",
"virtualpath": "~/products/files/docstore",
"appendTenantId": false,
"public": true,
2020-09-14 10:32:20 +00:00
"disableMigrate": true,
"disableEncryption": true
2022-12-22 15:48:30 +00:00
},
{
"name": "certs",
"visible": "false",
2023-04-10 14:28:20 +00:00
"type": "disc",
"path": "$STORAGE_ROOT\\certs\\",
2020-09-14 10:32:20 +00:00
"appendTenantId": false,
"disableEncryption": true
2022-12-22 15:48:30 +00:00
},
{
"name": "logo",
"data": "00000000-0000-0000-0000-000000000000",
2023-04-10 14:28:20 +00:00
"type": "disc",
"path": "$STORAGE_ROOT\\Studio\\{0}\\logo",
"virtualpath": "~/studio/{0}/logo",
"public": true
},
{
"name": "whitelabel",
"data": "00000000-0000-0000-0000-000000000000",
2023-04-10 14:28:20 +00:00
"type": "disc",
"path": "$STORAGE_ROOT\\Studio\\{0}\\CoBranding",
"virtualpath": "~/studio/{0}/cobranding",
"public": true
},
{
"name": "backup",
"visible": false,
2023-04-10 14:28:20 +00:00
"type": "disc",
"path": "$STORAGE_ROOT\\Studio\\{0}\\backup",
"virtualpath": "~/studio/{0}/backup",
2020-09-14 10:32:20 +00:00
"expires": "0:10:0",
"disableEncryption": true
2022-10-11 12:29:23 +00:00
},
{
"name": "backup_temp",
"visible": false,
2023-04-10 14:28:20 +00:00
"type": "disc",
2022-10-11 12:29:23 +00:00
"path": "$STORAGE_ROOT\\Studio\\{0}\\temp\\backup",
"expires": "0:10:0",
"disableEncryption": true
2023-08-17 14:29:56 +00:00
},
{
2023-08-30 16:40:45 +00:00
"name": "migration",
2023-08-17 14:29:56 +00:00
"visible": false,
"type": "disc",
"path": "$STORAGE_ROOT\\Studio\\{0}\\temp\\migration",
"expires": "0:10:0",
"disableEncryption": true
2023-08-30 16:40:45 +00:00
},
{
"name": "migration_log",
"visible": false,
"type": "disc",
"path": "$STORAGE_ROOT\\Studio\\{0}\\temp\\log\\migration",
"expires": "0:10:0",
"disableEncryption": true
},
{
"name": "customnavigation",
"data": "00000000-0000-0000-0000-000000000000",
2023-04-10 14:28:20 +00:00
"type": "disc",
"path": "$STORAGE_ROOT\\Studio\\{0}\\customnavigation",
"virtualpath": "~/studio/{0}/customnavigation"
},
{
"name": "userPhotos",
"count": false,
"data": "00000000-0000-0000-0000-000000000000",
2023-04-10 14:28:20 +00:00
"type": "disc",
"path": "$STORAGE_ROOT\\Studio\\{0}\\userphotos",
"virtualpath": "~/studio/{0}/userphotos",
"domain": [
{
"name": "temp",
"visible": false,
"data": "00000000-0000-0000-0000-000000000000",
"path": "$STORAGE_ROOT\\Studio\\{0}\\userphotos\\temp",
"virtualpath": "~/studio/{0}/userphotos/temp"
}
]
}
]
}
}