mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 21:25:38 +00:00
bug5684: instead of using environments the ADDITIONAL_JAVA_ARGS are now generated by the configurations
This commit is contained in:
+12
@@ -8,6 +8,18 @@ public interface SharedLandscapeConstants {
|
||||
*/
|
||||
String DEFAULT_DOMAIN_NAME = "sapsailing.com";
|
||||
|
||||
/**
|
||||
* If a shared security realm is to be used for a domain then this constant tells the name of the application
|
||||
* replica set that by default manages the shared security information. Other replicables that are to be shared
|
||||
* through the same realm, such as landscape management data or shared sailing data such as course templates or mark
|
||||
* properties inventories, can be shared from the same application replica set.
|
||||
* <p>
|
||||
*
|
||||
* To obtain the full host name used by the application replica set, append "." and the
|
||||
* {@link #DEFAULT_DOMAIN_NAME}.
|
||||
*/
|
||||
String DEFAULT_SECURITY_SERVICE_REPLICA_SET_NAME = "security-service";
|
||||
|
||||
/**
|
||||
* This is the region of the load balancer handling the default traffic for {@code *.sapsailing.com}. It is also
|
||||
* called the "dynamic" load balancer because adding, removing or changing any hostname-based rule in its HTTPS
|
||||
|
||||
Reference in New Issue
Block a user