Files
lasuite-drive/env.d/development/common.e2e
T
Nicolas Clerc c7699d7324 🔧(backend) delay dummy malware analysis in dev
The inline dummy backend reported files safe before the upload response
returned, so the analyzing upload state was never observable. Delay the
safe result off the request thread to expose it for frontend testing.
2026-06-23 17:22:52 +02:00

5 lines
217 B
Plaintext

FRONTEND_RELEASE_NOTE_ENABLED=False
WOPI_CLIENTS="collabora"
# Report uploads as safe synchronously so files are ready instantly in e2e.
MALWARE_DETECTION_BACKEND=lasuite.malware_detection.backends.dummy.DummyBackend