19 lines
486 B
Plaintext
19 lines
486 B
Plaintext
# Redis (NAS)
|
|
REDIS_URL=redis://192.168.45.54:6379
|
|
|
|
# NAS image-lab webhook
|
|
NAS_BASE_URL=http://192.168.45.54:18802
|
|
INTERNAL_API_KEY=replace-me
|
|
|
|
# API provider keys (worker reports failed if missing)
|
|
OPENAI_API_KEY=
|
|
GEMINI_API_KEY=
|
|
# Seedance key not used by image-render
|
|
|
|
# FLUX local
|
|
COMFYUI_URL=http://host.docker.internal:8188
|
|
FLUX_BLOCK_TRADING_HOURS=1
|
|
|
|
# NAS SMB mount target (image-render writes to this, NAS reads via /media/image/)
|
|
IMAGE_MEDIA_ROOT=/mnt/nas/webpage/data/image
|