mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-27 16:06:39 +00:00
fixed port in monitoring properties
This commit is contained in:
@@ -26,7 +26,7 @@ monitor.wait_after_failure = 60000
|
||||
# - http://domain_or_address/path/to/check
|
||||
# This format leads to a check that only succeeds if a status
|
||||
# code of 200 is returned.
|
||||
monitor.endpoints = http://127.0.0.1:8886/gwt/Leaderboard.html, http://127.0.0.1:8886/sailingserver/moderator?action=listevents, http://127.0.0.1:8888/events/ess40/index.html, http://127.0.0.1:8886/
|
||||
monitor.endpoints = http://127.0.0.1:8886/gwt/Leaderboard.html, http://127.0.0.1:8886/sailingserver/moderator?action=listevents, http://127.0.0.1:8886/events/ess40/index.html, http://127.0.0.1:8886/
|
||||
|
||||
# bundle associated to endpoints
|
||||
monitor.bundles = com.sap.sailing.gwt.ui, com.sap.sailing.gateway, com.sap.sailing.www.events, com.sap.sailing.www
|
||||
|
||||
Reference in New Issue
Block a user