diff --git a/.env.example b/.env.example index fb53601..7609f86 100644 --- a/.env.example +++ b/.env.example @@ -41,8 +41,10 @@ DATABASE_URL=postgres://stripstream:stripstream@postgres:5432/stripstream MEILI_URL=http://meilisearch:7700 # ============================================================================= -# Optional - Development only +# Storage Configuration # ============================================================================= -# Path to libraries directory (default: /libraries in Docker) -# LIBRARIES_ROOT_PATH=/libraries +# Path to libraries directory +# In Docker: leave as default /libraries +# For local dev: set to your local libraries folder path +LIBRARIES_ROOT_PATH=/libraries