add: mapview datasource implementation

This commit is contained in:
Toolf
2024-02-26 15:16:47 +02:00
parent 3a4fa51aa9
commit 0c5954f96c
4 changed files with 104 additions and 1 deletions

4
MapView/config.py Normal file
View File

@@ -0,0 +1,4 @@
import os
STORE_HOST = os.environ.get("STORE_HOST") or "localhost"
STORE_PORT = os.environ.get("STORE_PORT") or 8000