Switch server bridge to PyMax

This commit is contained in:
sevenhill
2026-07-07 00:05:47 +03:00
parent 81b20dcaec
commit 8efeff334a
4 changed files with 275 additions and 27 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ public sealed class QMaxOptions
public string PairingCode { get; set; } = "";
public string MaxPhoneNumber { get; set; } = "";
public string MaxMode { get; set; } = "Worker";
public string MaxWorkerBaseUrl { get; set; } = "http://qmax-max-worker:3001";
public string MaxWorkerBaseUrl { get; set; } = "http://qmax-pymax-worker:3002";
public string MaxUserDataPath { get; set; } = "data/max-profile";
public bool MaxHeadless { get; set; } = true;
public int MaxPollIntervalSeconds { get; set; } = 6;
+1 -1
View File
@@ -16,7 +16,7 @@
"PairingCode": "",
"MaxPhoneNumber": "",
"MaxMode": "Worker",
"MaxWorkerBaseUrl": "http://qmax-max-worker:3001",
"MaxWorkerBaseUrl": "http://qmax-pymax-worker:3002",
"MaxUserDataPath": "data/max-profile",
"MaxHeadless": true,
"MaxPollIntervalSeconds": 6,