7 lines
219 B
Bash
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
|