blob: 4ae1c3897ac60196846c5d3decfa7ef3a8fa142d (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# Gemini OAuth credentials
# Obtain by running: gemini (complete the login flow)
# Then copy from: ~/.gemini/oauth_creds.json
GEMINI_REFRESH_TOKEN=1//03...
# Optional: cached access token (avoids one round-trip on startup)
GEMINI_ACCESS_TOKEN=ya29...
GEMINI_TOKEN_EXPIRY=1234567890000
|