mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 21:25:38 +00:00
b5944: Remove remote server reference on failover. And add constant to store it.
This commit is contained in:
+5
@@ -97,4 +97,9 @@ public interface SharedLandscapeConstants {
|
||||
String DEFAULT_REVERSE_PROXY_INSTANCE_TYPE = "T3_MEDIUM";
|
||||
|
||||
String DEFAULT_DISPOSABLE_REVERSE_PROXY_INSTANCE_NAME = "DisposableReverseProxy";
|
||||
|
||||
/**
|
||||
* Hostname of failover archive.
|
||||
*/
|
||||
String ARCHIVE_FAILOVER_ADDRESS = "archive-failover.sapsailing.com";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user