mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-27 06:58:28 -06:00
Changed Agent URL Variable
This commit is contained in:
@ -12,8 +12,8 @@ from PyQt5 import QtCore, QtGui, QtWidgets
|
|||||||
from PIL import ImageGrab
|
from PIL import ImageGrab
|
||||||
|
|
||||||
# ---------------- Configuration ----------------
|
# ---------------- Configuration ----------------
|
||||||
# SERVER_URL = "https://borealis.bunny-lab.io" # Production URL Example
|
SERVER_URL = "https://borealis.bunny-lab.io" # Production URL Example
|
||||||
SERVER_URL = "http://localhost:5000"
|
#SERVER_URL = "http://localhost:5000" # Development URL Example
|
||||||
CHECKIN_ENDPOINT = f"{SERVER_URL}/api/agent/checkin"
|
CHECKIN_ENDPOINT = f"{SERVER_URL}/api/agent/checkin"
|
||||||
CONFIG_ENDPOINT = f"{SERVER_URL}/api/agent/config"
|
CONFIG_ENDPOINT = f"{SERVER_URL}/api/agent/config"
|
||||||
DATA_POST_ENDPOINT = f"{SERVER_URL}/api/agent/data"
|
DATA_POST_ENDPOINT = f"{SERVER_URL}/api/agent/data"
|
||||||
|
Reference in New Issue
Block a user