added docker compose

This commit is contained in:
emmymayo
2025-02-10 03:04:50 +01:00
parent d07588beed
commit 463a238503
15 changed files with 262 additions and 267 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
<?php
class GHLOAuth2 {
@@ -6,7 +5,7 @@ class GHLOAuth2 {
private $baseUrl = 'https://services.leadconnectorhq.com';
private $authorizeUrl = 'https://marketplace.gohighlevel.com/oauth/chooselocation';
private $scopes = ['calendars.readonly', 'calendars/events.readonly'];
private $redirectUri = 'https://ghltool.team-followup.com/ghl/callback';
private $redirectUri = 'http://localhost:9000/ghl/callback';
private $clientId = 'xxx';
private $clientSecret = 'xxx';