Files
soleprint/soleprint/artery/veins/google/.env.example
2026-01-20 05:31:26 -03:00

9 lines
398 B
Plaintext

# Google OAuth2 Configuration
# Get credentials from: https://console.cloud.google.com/apis/credentials
GOOGLE_CLIENT_ID=your_client_id.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=your_client_secret
GOOGLE_REDIRECT_URI=https://artery.mcrn.ar/google/oauth/callback
GOOGLE_SCOPES=https://www.googleapis.com/auth/spreadsheets.readonly https://www.googleapis.com/auth/drive.readonly
API_PORT=8003