Update example .env
This commit is contained in:
@@ -1,17 +1,14 @@
|
|||||||
# Server (dev only)
|
# Server (dev only)
|
||||||
HOST=0.0.0.0
|
HOST=0.0.0.0
|
||||||
PORT=8080
|
PORT=8080
|
||||||
# Immich connection (include /api)
|
|
||||||
IMMICH_BASE_URL=http://REPLACE_ME:2283/api
|
|
||||||
IMMICH_API_KEY=ADD-YOUR-API-KEY # needs: asset.upload; for albums also: album.create, album.read, albumAsset.create
|
|
||||||
MAX_CONCURRENT=3
|
MAX_CONCURRENT=3
|
||||||
|
|
||||||
|
ADMIN_PASSWORD=test123
|
||||||
|
TIMEZONE=America/Edmonton
|
||||||
|
|
||||||
# Public uploader page (optional) — disabled by default
|
# Public uploader page (optional) — disabled by default
|
||||||
PUBLIC_UPLOAD_PAGE_ENABLED=TRUE
|
PUBLIC_UPLOAD_PAGE_ENABLED=TRUE
|
||||||
|
|
||||||
# Album (optional): auto-add uploads from public uploader to this album (creates if needed)
|
|
||||||
IMMICH_ALBUM_NAME=dead-drop
|
|
||||||
|
|
||||||
# Local dedupe cache (SQLite)
|
# Local dedupe cache (SQLite)
|
||||||
STATE_DB=./data/state.db
|
STATE_DB=./data/state.db
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user