From 0d7eedae13f694510a55590cf203c30d9a359858 Mon Sep 17 00:00:00 2001 From: Pardeep Gera Date: Thu, 14 Dec 2023 18:25:34 +0530 Subject: [PATCH] Added host name in sidekick config --- tools/sidekick/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json index 7271438f..6d00b3e8 100644 --- a/tools/sidekick/config.json +++ b/tools/sidekick/config.json @@ -8,5 +8,6 @@ "url": "/tools/sidekick/library.html", "includePaths": ["**.docx**"] } - ] + ], + "host": "www.aldevron.com" } \ No newline at end of file