Added FQDN Example to API Agent

This commit is contained in:
Nicole Rappe 2025-04-04 03:34:52 -06:00
parent a677c0bb14
commit 60737aa68f

View File

@ -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"