Changed Agent URL Variable

This commit is contained in:
Nicole Rappe 2025-04-07 20:38:29 -06:00
parent 77c38faf1d
commit bcf380e1fa

View File

@ -12,8 +12,8 @@ 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"
SERVER_URL = "https://borealis.bunny-lab.io" # Production URL Example
#SERVER_URL = "http://localhost:5000" # Development URL Example
CHECKIN_ENDPOINT = f"{SERVER_URL}/api/agent/checkin"
CONFIG_ENDPOINT = f"{SERVER_URL}/api/agent/config"
DATA_POST_ENDPOINT = f"{SERVER_URL}/api/agent/data"