Mager updated

This commit is contained in:
Simon Pocrnjič
2025-09-27 17:45:55 +02:00
parent d17e34941b
commit 7227c888d4
74 changed files with 6339 additions and 342 deletions
+12 -1
View File
@@ -3,7 +3,7 @@ APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_TIMEZONE=UTC
APP_URL=http://localhost
APP_URL=http://localhost:8001
APP_LOCALE=en
APP_FALLBACK_LOCALE=en
@@ -62,3 +62,14 @@ AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false
VITE_APP_NAME="${APP_NAME}"
# LibreOffice binary path for document previews (set full path on Windows)
# Example (Windows): C:\\Program Files\\LibreOffice\\program\\soffice.exe
# Example (Linux): soffice
LIBREOFFICE_BIN=soffice
# Storage configuration for generated previews
FILES_PREVIEW_DISK=public
FILES_PREVIEW_BASE=previews/cases
FILES_ENABLE_PREVIEW_PRUNE=true
FILES_PREVIEW_RETENTION_DAYS=90