-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
13 lines (10 loc) · 1.06 KB
/
.env.example
File metadata and controls
13 lines (10 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
# Apigee Service Account Configuration
# Copy this file to .env and fill in your values
# Option 1: Service account JSON inline (recommended for CI/CD)
# Copy your entire service account JSON here
APIGEE_SERVICE_ACCOUNT_JSON={"type":"service_account","project_id":"your-project-id","private_key_id":"your-key-id","private_key":"-----BEGIN PRIVATE KEY-----\n...\n-----END PRIVATE KEY-----\n","client_email":"your-service-account@your-project.iam.gserviceaccount.com","client_id":"your-client-id","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_x509_cert_url":"https://www.googleapis.com/robot/v1/metadata/x509/your-service-account%40your-project.iam.gserviceaccount.com"}
# Option 2: Path to service account JSON file (if you prefer file-based auth)
# Note: This uses the standard Google Cloud environment variable
# GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json
# Apigee Organization ID
APIGEE_ORGANIZATION=your-apigee-org-id