-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.env.example
More file actions
36 lines (27 loc) · 775 Bytes
/
.env.example
File metadata and controls
36 lines (27 loc) · 775 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
26
27
28
29
30
31
32
33
34
35
36
# public port
DEDUP_DATA=./data
DEDUP_PORT=8086
# qdrant ports
QDRANT_PORT=6333
QDRANT_URL=http://localhost:6333
# immich
IMMICH_PATH=/path/to/your/immich/photos
# Optional: separate thumbnail path (if using Immich's THUMB_LOCATION)
# IMMICH_THUMB=/path/to/your/immich/thumbnails
# immich db
PSQL_HOST=localhost
PSQL_PORT=5432
PSQL_DB=immich
PSQL_USER=your_username
PSQL_PASS=your_password_here
#====================================
# Optional Settings
#====================================
# Force CPU mode (disable GPU acceleration)
#ForceCpu=True
# Offline mode for air-gapped environments (skips version check and Immich logic verification)
#OFFLINE=True
#====================================
# Development Only
#====================================
IsDev=False