14 lines
357 B
Plaintext
14 lines
357 B
Plaintext
# Gemini API Key
|
|
GEMINI_API_KEY=your_gemini_api_key_here
|
|
|
|
# Proxy Authentication Token (recommended for security)
|
|
# Generate a random string: openssl rand -hex 32
|
|
PROXY_AUTH_TOKEN=your_secure_random_token_here
|
|
|
|
# Daily request limit per device
|
|
DAILY_LIMIT=50
|
|
|
|
# Redis connection settings (default values for Docker Compose)
|
|
REDIS_HOST=redis
|
|
REDIS_PORT=6379
|