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