22 lines
339 B
Plaintext
22 lines
339 B
Plaintext
# Server
|
|
PORT=5100
|
|
HOST=0.0.0.0
|
|
|
|
# Redis (your existing silver-redis)
|
|
REDIS_HOST=127.0.0.1
|
|
REDIS_PORT=6379
|
|
REDIS_PASSWORD=your_redis_password_here
|
|
REDIS_DB=2
|
|
|
|
# Storage
|
|
UPLOAD_DIR=./uploads
|
|
OUTPUT_DIR=./processed
|
|
MAX_FILE_SIZE=20971520
|
|
|
|
# Worker
|
|
CONCURRENCY=2
|
|
|
|
# Bull Board (admin dashboard)
|
|
BULL_BOARD_USER=admin
|
|
BULL_BOARD_PASS=changeme
|