-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (21 loc) · 832 Bytes
/
.env.example
File metadata and controls
25 lines (21 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Directory config
MEDIAPILOT_OUTPUT_DIR=./data/output
MEDIAPILOT_THUMBS_DIR=./data/thumbs
MEDIAPILOT_INVOKEAI_DIR=./data/invokeai
# App data
MEDIAPILOT_DB_FILE=./data/data.db
MEDIAPILOT_MAX_BULK_DOWNLOAD_FILES=500
MEDIAPILOT_MAX_BULK_UPSCALE_FILES=50
# ComfyUI batch upscale integration
MEDIAPILOT_COMFY_API_URL=http://127.0.0.1:5555
MEDIAPILOT_UPSCALE_WORKFLOW_FILE=./comfy_upscale_workflow.json
MEDIAPILOT_UPSCALE_INPUT_PLACEHOLDER=__INPUT_IMAGE__
MEDIAPILOT_UPSCALE_OUTPUT_PLACEHOLDER=__OUTPUT_PREFIX__
MEDIAPILOT_UPSCALE_OUTPUT_PREFIX=mediapilot-upscaled
MEDIAPILOT_COMFY_REQUEST_TIMEOUT=60
# Optional auth (leave empty to disable)
MEDIAPILOT_ACCESS_PASSWORD=
MEDIAPILOT_AUTH_COOKIE_NAME=mediapilot_auth
MEDIAPILOT_AUTH_COOKIE_SECURE=false
# CORS (comma-separated, keep * for local/internal use)
MEDIAPILOT_ALLOW_ORIGINS=*