-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (18 loc) · 965 Bytes
/
.env.example
File metadata and controls
21 lines (18 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Google Calendar OAuth 2.0 Configuration
# Required for the Meeting Scheduler feature in Orbit Call Dashboard
# Get these credentials from https://console.cloud.google.com/
# Steps to set up:
# 1. Go to Google Cloud Console: https://console.cloud.google.com/
# 2. Create a new project or select an existing one
# 3. Enable the Google Calendar API
# 4. Go to "Credentials" and create OAuth 2.0 Client ID
# 5. Configure the OAuth consent screen
# 6. Add authorized JavaScript origins (e.g., http://localhost:3000, https://yourdomain.com)
# 7. Add authorized redirect URIs (same as origins)
# 8. Copy the Client ID below
# Google OAuth 2.0 Client ID (for user authentication)
# Format: xxxxxxxxxxxxx.apps.googleusercontent.com
# Note: Only Client ID is needed - no API key or client secret for client-side OAuth
PUBLIC_GOOGLE_CLIENT_ID=your_google_client_id_here.apps.googleusercontent.com
# Directus CMS Configuration
# Add your other environment variables below