Added FQDN Example to API Agent
This commit is contained in:
parent
a677c0bb14
commit
60737aa68f
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user