SERVER_NAME=LIVE MONGODB_NAME=live REPLICATION_CHANNEL=live MEMORY=4096m TELNET_PORT=14888 SERVER_PORT=8888 MONGODB_HOST=dbserver.internal.sapsailing.com MONGODB_PORT=10201 EXPEDITION_PORT=2010 DEPLOY_TO=server REPLICATE_ON_START=False REPLICATE_MASTER_SERVLET_HOST= REPLICATE_MASTER_SERVLET_PORT=8888 REPLICATE_MASTER_QUEUE_HOST=rabbit.internal.sapsailing.com REPLICATE_MASTER_QUEUE_PORT=5672 REPLICATION_HOST=rabbit.internal.sapsailing.com SERVER_STARTUP_NOTIFY=axel.uhl@sap.com BUILD_COMPLETE_NOTIFY=axel.uhl@sap.com ADDITIONAL_JAVA_ARGS="$ADDITIONAL_JAVA_ARGS -Dorg.eclipse.jetty.LEVEL=OFF -Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog -XX:ThreadPriorityPolicy=2" # To enable the use of the shared SecurityService and SharedSailingData from security-service.sapsailing.com: 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.debranding=false" # 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=