7 lines
189 B
Plaintext
7 lines
189 B
Plaintext
# Gemini API Key
|
|
# Get your API key from: https://aistudio.google.com/app/apikey
|
|
GEMINI_API_KEY=your_gemini_api_key_here
|
|
|
|
# Node Environment (development | production)
|
|
NODE_ENV=development
|