add: mapview datasource implementation
This commit is contained in:
4
MapView/config.py
Normal file
4
MapView/config.py
Normal 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
|
||||
Reference in New Issue
Block a user