|
# Zine feature - AI generation
|
|
GEMINI_API_KEY=your-gemini-api-key-here
|
|
RUNPOD_API_KEY=your-runpod-api-key
|
|
RUNPOD_GEMINI_ENDPOINT_ID=ntqjz8cdsth42i
|
|
|
|
# Public URL for share links
|
|
NEXT_PUBLIC_APP_URL=https://rsocials.online
|
|
|
|
# Data directory for zine storage
|
|
DATA_DIR=/app/data
|