Mager updated
This commit is contained in:
+12
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user