From d7d18bbcdad30ba63ce9aac64d79d358087e10db Mon Sep 17 00:00:00 2001 From: seefoe Date: Thu, 17 May 2018 23:51:01 -0400 Subject: [PATCH] Updated configs for new metris api --- live/linux/servercommon.cfg | 6 +++++- tc/linux/servercommon.cfg | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/live/linux/servercommon.cfg b/live/linux/servercommon.cfg index 95b8319..e784f87 100644 --- a/live/linux/servercommon.cfg +++ b/live/linux/servercommon.cfg @@ -9,7 +9,11 @@ [LoginServer] databasePWD=DBPASSWORD ##Uncomment below to enable authentication; and be sure IP is set to that of the VM -#externalAuthURL=http://HOSTIP/auth.php +#externalAuthURL=http://HOSTNAME/api/auth + +[CentralServer] +#metricsDataURL=http://HOSTNAME/api/sendMetrics +#webUpdateIntervalSeconds=5 [dbProcess] databaseProtocol=OCI diff --git a/tc/linux/servercommon.cfg b/tc/linux/servercommon.cfg index 95b8319..e784f87 100644 --- a/tc/linux/servercommon.cfg +++ b/tc/linux/servercommon.cfg @@ -9,7 +9,11 @@ [LoginServer] databasePWD=DBPASSWORD ##Uncomment below to enable authentication; and be sure IP is set to that of the VM -#externalAuthURL=http://HOSTIP/auth.php +#externalAuthURL=http://HOSTNAME/api/auth + +[CentralServer] +#metricsDataURL=http://HOSTNAME/api/sendMetrics +#webUpdateIntervalSeconds=5 [dbProcess] databaseProtocol=OCI