From e9c96f011e6da3cb57d9190163f8f7574762f0a3 Mon Sep 17 00:00:00 2001 From: Noxolo <66848129+Noxolo1991@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:11:48 +0200 Subject: [PATCH] Update application.properties Added the ClientId and ClientSecret --- src/main/resources/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a8c5083..d163c0b 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,6 @@ #OAuth2 App Configuration -OAuth2AppClientId=add your clientId -OAuth2AppClientSecret=add your clientSecret +OAuth2AppClientId=ABL57cDe22tVBzFHkEO4ge45cKYnZfOTF3c2RSFtAPC1mHfIwz +OAuth2AppClientSecret=kTgfgIN0HoPz2deitGPRFqGaSATrhJjihPOPpsdD OAuth2AppRedirectUri=http://localhost:8080/oauth2redirect #QBO API endpoint @@ -10,4 +10,4 @@ IntuitAccountingAPIHost=https://sandbox-quickbooks.api.intuit.com spring.thymeleaf.cache=false server.port = 8080 -logging.level.org.apache.http=DEBUG \ No newline at end of file +logging.level.org.apache.http=DEBUG