Upload files to "frontend"
This commit is contained in:
parent
8bfe545996
commit
53fa3e8cc7
2 changed files with 73 additions and 0 deletions
8
frontend/config.py
Normal file
8
frontend/config.py
Normal 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"]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue