generated from Grigo/AndroidTemplate
added proxy
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user