chore: corriger whitespace et paths dans .env.example
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -24,7 +24,7 @@ API_BOOTSTRAP_TOKEN=change-me-in-production
|
|||||||
API_LISTEN_ADDR=0.0.0.0:7080
|
API_LISTEN_ADDR=0.0.0.0:7080
|
||||||
API_BASE_URL=http://api:7080
|
API_BASE_URL=http://api:7080
|
||||||
|
|
||||||
# Indexer Service
|
# Indexer Service
|
||||||
INDEXER_LISTEN_ADDR=0.0.0.0:7081
|
INDEXER_LISTEN_ADDR=0.0.0.0:7081
|
||||||
INDEXER_SCAN_INTERVAL_SECONDS=5
|
INDEXER_SCAN_INTERVAL_SECONDS=5
|
||||||
|
|
||||||
@@ -46,11 +46,11 @@ LIBRARIES_ROOT_PATH=/libraries
|
|||||||
# Path to libraries directory on host machine (for Docker volume mount)
|
# Path to libraries directory on host machine (for Docker volume mount)
|
||||||
# Default: ../libraries (relative to infra/docker-compose.yml)
|
# Default: ../libraries (relative to infra/docker-compose.yml)
|
||||||
# You can change this to an absolute path on your machine
|
# You can change this to an absolute path on your machine
|
||||||
LIBRARIES_HOST_PATH=../libraries
|
LIBRARIES_HOST_PATH=./libraries
|
||||||
|
|
||||||
# Path to thumbnails directory on host machine (for Docker volume mount)
|
# Path to thumbnails directory on host machine (for Docker volume mount)
|
||||||
# Default: ../data/thumbnails (relative to infra/docker-compose.yml)
|
# Default: ../data/thumbnails (relative to infra/docker-compose.yml)
|
||||||
THUMBNAILS_HOST_PATH=../data/thumbnails
|
THUMBNAILS_HOST_PATH=./data/thumbnails
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Port Configuration
|
# Port Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user