added proxy

This commit is contained in:
2026-06-23 14:23:59 +03:00
parent abfece614e
commit e241a91524
4 changed files with 43 additions and 6 deletions
+5
View File
@@ -28,3 +28,8 @@ ELEVATION_PROBE_TTL_SEC = float(
ELEVATION_CONNECT_TIMEOUT = float(
os.environ.get("LORATESTER_ELEVATION_TIMEOUT", "8")
)
RF_API_URL = os.environ.get(
"LORATESTER_RF_API_URL",
"http://127.0.0.1:5603",
).rstrip("/")
RF_API_TIMEOUT = float(os.environ.get("LORATESTER_RF_API_TIMEOUT", "30"))