b5944: Remove remote server reference on failover. And add constant to store it.

This commit is contained in:
Thomas Stokes
2024-05-07 12:39:54 +02:00
parent 09b60022ce
commit a92a514074
2 changed files with 7 additions and 0 deletions
@@ -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";
}