Changed Agent URL Variable
This commit is contained in:
parent
77c38faf1d
commit
bcf380e1fa
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user