From 71e0c853fa0a30e5c20b8b10ba4883897060580e Mon Sep 17 00:00:00 2001 From: kerryliu Date: Wed, 10 Feb 2016 14:20:56 -0800 Subject: [PATCH] Framework: Add sync missing handler defaults --- config/desktop-mac-app-store.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/desktop-mac-app-store.json b/config/desktop-mac-app-store.json index 743b304e384cd..8d6f6f9c34a0b 100644 --- a/config/desktop-mac-app-store.json +++ b/config/desktop-mac-app-store.json @@ -105,6 +105,13 @@ "business_account_id": "3146-815-10-9343", "business_group_id": "3033aa025c1a9648c703eb70132ff220" }, + "sync-handler-defaults": { + "name": "Calypso sync-handler", + "version": 1.0, + "driver": "INDEXEDDB", + "storeName": "calypso_sync_handler", + "description": "Request-handler wrapper used to catch REST-API responses" + }, "muse_supported_themes": [ "pub/twentytwelve", "pub/twentythirteen",