Files
image-drop/.env.example
2025-08-26 14:16:02 +02:00

14 lines
293 B
Plaintext

# Backend host/port
HOST=0.0.0.0
PORT=8080
# Immich connection
IMMICH_BASE_URL=http://127.0.0.1:2283//api
IMMICH_API_KEY=ADD-YOUR-API-KEY
MAX_CONCURRENT=3
# Optional admin token to allow UI-based config updates
CONFIG_TOKEN=change-me
# Data path inside the container
STATE_DB=/data/state.db