Загрузка данных


Scheduler
{
  "Hangfire": {
    "DisplayDashBoard": false,
    "CheckLastUsersSynchronizationDate": "0 0 * * *",
    "GenerateBirthdayBellNotifications": "0 0 * * *",
    "CleanupPositionIndexes": "0 0 */2 * *",
    "CleanupRegionIndexes": "0 0 */2 * *",
    "ClearOldPostStoryViews": "0 0 */2 * *",
    "CheckTempFiles": "0 1 * * *",
    "SyncChatData": "15 1 * * *",
    "SyncAppFormsData": "30 1 * * *",
    "SyncHRToolsData": "15 1 * * *",
    "CheckLicense": "0 2 * * *",
    "UpdateUsersIsActiveByBlockDate": "0 4 * * *",
    "SendObjectivesCyclesNotifications": "0 5 * * *",
    "PublishScheduledPosts": "*/5 * * * *",
    "SendSurveyCyclesNotifications": "0 5 * * *"
  }
}


Indexer
{
  "EnableChatIndexing": true,
  "RebuildSettings": {
    "RebuildTagsIndex": false,
    "RebuildGroupsIndex": false,
    "RebuildUsersIndex": false,
    "RebuildPostsIndex": false,
    "RebuildFilesIndex": false,
    "RebuildUserGroupsIndex": false,
    "RebuildBadgeIndex": false,
    "RebuildBadgeUserLimitsIndex": false,
    "RebuildPositionIndex": false,
    "RebuildRegionIndex": false,
    "RebuildSubDivisionIndex": false,
    "RebuildGroupMemberIndex": false,
    "RebuildDiskItemIndex": false,
    "RebuildChainUsersIndex": false,
    "RebuildMessagesIndex": false,
    "RebuildGroupUsersIndex": false,
    "RebuildChainIndex": false,
    "RebuildUserPrivateChainsIndex": false
  }
}

Files
{
    "StorageOptions":
    {
        "TemporaryStorageProvider":
        {
            "ClientType": "Local",
            "StorageClientOptions":
            {
                "BasePath": "D:\\\\work\\data\\daoffice",
                "DefaultDirectory": "temp"
            }
        },
        "PermanentStorageProvider":
        {
            "ClientType": "Local",
            "StorageClientOptions":
            {
                "BasePath": "D:\\\\work\\data\\daoffice"
            }
        }
    }
}