10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25eed9a + 5badb90 commit 642e464Copy full SHA for 642e464
src/main/resources/application.properties
@@ -1,6 +1,6 @@
1
#OAuth2 App Configuration
2
-OAuth2AppClientId=Q0EwLiA6DdCO0dHqn2hnNNjG4vGqub7fgRMlNZWhSwydHahTPA
3
-OAuth2AppClientSecret=v166emMMurI21xvavywVDJgNmwfw1Xehk7hyAxrE
+OAuth2AppClientId=add your client id
+OAuth2AppClientSecret=add your client secret
4
OAuth2AppRedirectUri=http://localhost:8080/oauth2redirect
5
6
#QBO API endpoint
@@ -10,4 +10,4 @@ IntuitAccountingAPIHost=https://sandbox-quickbooks.api.intuit.com
10
spring.thymeleaf.cache=false
11
server.port = 8080
12
13
-logging.level.org.apache.http=DEBUG
+logging.level.org.apache.http=DEBUG
0 commit comments