From ffdbb56aa311a5d2dda63c6e860de3f5776545d1 Mon Sep 17 00:00:00 2001 From: Bobby Abellana Date: Wed, 19 Feb 2025 14:45:09 -0800 Subject: [PATCH] chore: Update config.json with new site and client credentials --- config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.json b/config.json index de0afac..645ac60 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { - "SiteUrl": "https://yoursite.sharepoint.com/sites/yoursite", - "ProductionLibrary": "Documents", - "TempLibrary": "Documents/Temp", - "ClientId": "your-client-id", - "ClientSecret": "your-client-secret" + "TempLibrary": "Documents/Temp", + "ClientId": "dcb744a3-96ee-4521-bb35-9909146d3a13", + "SiteUrl": "https://sutterhill.sharepoint.com/sites/tax", + "ProductionLibrary": "Documents", + "ClientSecret": "9NR8Q~GHuB2gtdMXK0N6WbwtOFokXoXa~924Ebso" }