Files
IoT-Systems/MapView/config.py
hasslesstech 119547d288
All checks were successful
Component testing / Hub testing (push) Successful in 41s
Component testing / Store testing (push) Successful in 24s
Component testing / Integration smoke testing (push) Successful in 2m30s
[P] Add TRACK_ID selection in MapView
2026-03-25 23:27:20 +02:00

7 lines
164 B
Python

import os
STORE_HOST = os.environ.get("STORE_HOST") or "localhost"
STORE_PORT = os.environ.get("STORE_PORT") or 8000
TRACK_ID = int(os.environ.get("TID") or '1')