diff --git a/Data/Agent/api-collector-agent.py b/Data/Agent/api-collector-agent.py index 44ecb9a..8191a51 100644 --- a/Data/Agent/api-collector-agent.py +++ b/Data/Agent/api-collector-agent.py @@ -12,6 +12,7 @@ from PyQt5 import QtCore, QtGui, QtWidgets from PIL import ImageGrab # ---------------- Configuration ---------------- +# SERVER_URL = "https://borealis.bunny-lab.io" # Production URL Example SERVER_URL = "http://localhost:5000" CHECKIN_ENDPOINT = f"{SERVER_URL}/api/agent/checkin" CONFIG_ENDPOINT = f"{SERVER_URL}/api/agent/config"