Upload files to "frontend"

This commit is contained in:
Thierry 2026-03-26 11:29:14 +01:00
parent 8bfe545996
commit 53fa3e8cc7
2 changed files with 73 additions and 0 deletions

8
frontend/config.py Normal file
View file

@ -0,0 +1,8 @@
import os
BACKEND_INTERNAL_URL = os.getenv(
"BACKEND_INTERNAL_URL", "http://backend_entwine:8000"
).strip().rstrip("/")
SUPPORTED_EXTENSIONS = [".las", ".laz", ".ply", ".xyz", ".pts"]