11 lines
377 B
Plaintext
11 lines
377 B
Plaintext
# secrets.env.example
|
|
# Copy this file to secrets.env and fill with real values
|
|
# secrets.env is NOT tracked in git for security
|
|
|
|
# REQUIRED: Google Gemini API Key for image generation
|
|
GEMINI_API_KEY=your_gemini_api_key_here
|
|
|
|
# OPTIONAL: For testing purposes (usually generated via API)
|
|
# MASTER_KEY=will_be_generated_on_bootstrap
|
|
# API_KEY=will_be_generated_by_admin_endpoint
|