10 lines
319 B
Plaintext
10 lines
319 B
Plaintext
# Gemini API Key (required for AI generation)
|
|
# Get one at: https://aistudio.google.com/app/apikey
|
|
GEMINI_API_KEY=your-gemini-api-key-here
|
|
|
|
# Public URL for the app (used for share links)
|
|
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
|
|
|
# Data directory for storing zines (optional, defaults to ../data)
|
|
# DATA_DIR=/app/data
|