Before the doublework change

This commit is contained in:
2026-08-23 22:40:43 +02:00
parent dfe2cdf666
commit 95b17e945c
8 changed files with 170 additions and 4 deletions
+1
View File
@@ -28,6 +28,7 @@ services:
DATABASE_URL: postgres://osint:osint_secret@db:5432/osint_dev
CORS_ORIGIN: http://localhost:8787
JWT_SECRET: ${JWT_SECRET:-osint-local-dev-secret}
ADMIN_HANDLES: ${ADMIN_HANDLES:-}
LEVEL_EDITING_ENABLED: "true"
MAX_DOCUMENT_BYTES: 26214400
OCR_ENABLED: "true"