Files
2026-03-22 22:06:59 +00:00

7 lines
219 B
Bash

# Zoho OAuth2 Credentials
# Get these from your Zoho API Console: https://api-console.zoho.com/
ZOHO_CLIENT_ID=your_client_id_here
ZOHO_CLIENT_SECRET=your_client_secret_here
ZOHO_REDIRECT_URI=http://localhost/callback