vault-cortex 0.2.10 → 0.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -30,6 +30,9 @@ services:
|
|
|
30
30
|
LOG_DIR: ${LOG_DIR:-}
|
|
31
31
|
LOG_RETENTION_DAYS: ${LOG_RETENTION_DAYS:-30}
|
|
32
32
|
TZ: ${TZ:-UTC}
|
|
33
|
+
# Windows: set WINDOWS_MODE=true in .env when your vault is on a C: drive
|
|
34
|
+
# (polling watcher + rename-based moves across the Docker Desktop/WSL2 bridge).
|
|
35
|
+
WINDOWS_MODE: ${WINDOWS_MODE:-}
|
|
33
36
|
# Optional overrides. When unset, the server applies smart defaults
|
|
34
37
|
# (<MEMORY_DIR> below is the resolved MEMORY_DIR value, default "About Me"):
|
|
35
38
|
# PROTECTED_PATHS default: "<MEMORY_DIR>, Daily Notes" (blocked from vault_delete_note)
|