-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (17 loc) · 834 Bytes
/
.env.example
File metadata and controls
22 lines (17 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Environment Variables
# Copy this file to ~/.env and fill in your actual API keys
# NEVER commit the .env file to version control!
# ==============================================================================
# API Keys
# ==============================================================================
# Vultr CLI Access
# Get your API key from: https://my.vultr.com/settings/#settingsapi
VULTR_API_KEY=your_vultr_api_key_here
# Google Gemini API
# Get your API key from: https://makersuite.google.com/app/apikey
GEMINI_API_KEY=your_gemini_api_key_here
# ==============================================================================
# Additional Configuration (if needed)
# ==============================================================================
# Add other environment variables here
# EXAMPLE_API_KEY=your_key_here