bug fix: ha cluster

This commit is contained in:
Usman Nasir
2022-06-13 15:29:27 +05:00
parent 92981c9284
commit eb52985beb
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ import requests
class InstallLog:
fileName = "/var/log/installLogs.txt"
currentPercent = '10'
LogURL = 'https://cloud.cyberpanel.net/servers/RecvData'
LogURL = 'https://platform.cyberpersons.com/servers/RecvData'
ServerIP = ''
@staticmethod

View File

@@ -16,8 +16,8 @@ from plogical.CyberCPLogFileWriter import CyberCPLogFileWriter as logging
from plogical.mysqlUtilities import mysqlUtilities
class ClusterManager:
LogURL = "https://cloud.cyberpanel.net/HighAvailability/RecvData"
UptimeURL = "https://cloud.cyberpanel.net/servers/UptimeReport"
LogURL = "https://platform.cyberpersons.com/HighAvailability/RecvData"
UptimeURL = "https://platform.cyberpersons.com/servers/UptimeReport"
ClusterFile = '/home/cyberpanel/cluster'
CloudConfig = '/home/cyberpanel/cloud'
vhostConfPath = '/usr/local/lsws/conf/vhosts'

View File

@@ -9,7 +9,7 @@ os.environ.setdefault("DJANGO_SETTINGS_MODULE", "CyberCP.settings")
class UpgradeCyberPanel:
LogURL = "https://cloud.cyberpanel.net/settings/RecvData"
LogURL = "https://platform.cyberpersons.com/settings/RecvData"
def __init__(self, branch, mail, dns, ftp):
ipFile = "/etc/cyberpanel/machineIP"