From 60737aa68fabc9c78df2b6b7c0259717fea283b8 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 4 Apr 2025 03:34:52 -0600 Subject: [PATCH] Added FQDN Example to API Agent --- Data/Agent/api-collector-agent.py | 1 + 1 file changed, 1 insertion(+) 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"