mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 04:35:32 +00:00
26 lines
1.9 KiB
Plaintext
Executable File
26 lines
1.9 KiB
Plaintext
Executable File
MEMORY=500g
|
|
SERVER_NAME=ARCHIVE
|
|
REPLICATION_CHANNEL=sapsailinganalytics-archive
|
|
MONGODB_URI="mongodb://dbserver.internal.sapsailing.com:10201/winddb?replicaSet=archive&retryWrites=true&readPreference=secondaryPreferred"
|
|
SERVER_STARTUP_NOTIFY=axel.uhl@sap.com
|
|
BUILD_COMPLETE_NOTIFY=axel.uhl@sap.com
|
|
|
|
# Configuring for shared SecurityService/SharedSailingData:
|
|
#ADDITIONAL_JAVA_ARGS="$ADDITIONAL_JAVA_ARGS -DAnniversaryRaceDeterminator.enabled=false"
|
|
ADDITIONAL_JAVA_ARGS="$ADDITIONAL_JAVA_ARGS -Dsecurity.sharedAcrossSubdomainsOf=sapsailing.com -Dsecurity.baseUrlForCrossDomainStorage=https://security-service.sapsailing.com -Dgwt.acceptableCrossDomainStorageRequestOriginRegexp=https?://(.*\.)?sapsailing\.com(:[0-9]*)?$"
|
|
REPLICATE_ON_START=com.sap.sse.security.impl.SecurityServiceImpl,com.sap.sailing.shared.server.impl.SharedSailingDataImpl,com.sap.sse.landscape.aws.impl.AwsLandscapeStateImpl
|
|
REPLICATE_MASTER_SERVLET_HOST=security-service.sapsailing.com
|
|
REPLICATE_MASTER_SERVLET_PORT=443
|
|
REPLICATE_MASTER_EXCHANGE_NAME=security_service
|
|
# Activate SAP Branding
|
|
ADDITIONAL_JAVA_ARGS="$ADDITIONAL_JAVA_ARGS -Dcom.sap.sse.branding=SAP"
|
|
# Provide authentication credentials for a user on security-service.sapsailing.com permitted to replicate, either by username/password...
|
|
#REPLICATE_MASTER_USERNAME=(user for replicator login on security-service.sapsailing.com server having SERVER:REPLICATE:<server-name> permission)
|
|
#REPLICATE_MASTER_PASSWORD=(password of the user for replication login on security-service.sapsailing.com)
|
|
# Or by bearer token, obtained, e.g., through
|
|
# curl -d "username=myuser&password=mysecretpassword" "https://security-service.sapsailing.com/security/api/restsecurity/access_token" | jq .access_token
|
|
# or by logging in to the security-service.sapsailing.com server using your web browser and then navigating to
|
|
# https://security-service.sapsailing.com/security/api/restsecurity/access_token
|
|
#REPLICATE_MASTER_BEARER_TOKEN=
|
|
|