All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tions.aem-orchestrator.2.0.0.source-code.application.properties Maven / Gradle / Ivy

Go to download

Java application for orchestrating AEM infrastructure created using aem-aws-stack-builder

There is a newer version: 4.0.0
Show newest version
#########################################
#       ORCHESTRATOR PROPERTIES
#########################################
# Spring config
endpoints.enabled=false
endpoints.health.enabled=true
endpoints.info.enabled=true

# Orchestrator waits for Author ELB before reading messages from the queue
# Author ELB retry options
startup.waitForAuthorElb.maxAttempts=150
startup.waitForAuthorElb.backOffPeriod=5000
startup.waitForAuthorElb.maxBackOffPeriod=160000
startup.waitForAuthorElb.backOffPeriodMultiplier=2

#Setting this to true will disable SSL host name verifier on the HTTP Client
http.client.relaxed.ssl.enable=true

# Used to terminate instance when health check triggered. If set to true health check is logged
alarm.content.health.check.terminate.instance.enable=false

#########################################
#         AWS PROPERTIES
#########################################
# Only needed if running Orchestrator outside of AWS
# eg. ap-southeast-2
aws.region=

aws.sqs.queueName=

aws.cloudformation.stackName.publishDispatcher=
aws.cloudformation.stackName.publish=
aws.cloudformation.stackName.authorDispatcher=
aws.cloudformation.stackName.author=
aws.cloudformation.stackName.messaging=

aws.cloudformation.autoScaleGroup.logicalId.publishDispatcher=PublishDispatcherAutoScalingGroup
aws.cloudformation.autoScaleGroup.logicalId.publish=PublishAutoScalingGroup
aws.cloudformation.autoScaleGroup.logicalId.authorDispatcher=AuthorDispatcherAutoScalingGroup
aws.cloudformation.sns.logicalId.eventTopic=AEMASGEventTopic
aws.cloudformation.loadBalancer.logicalId.author=AuthorLoadBalancer

aws.client.connection.timeout=30000
aws.client.max.errorRetry=10

# Only needed if using a proxy
aws.client.useProxy=false
aws.client.proxy.host=
aws.client.proxy.port=

# Protocol also used by the proxy
aws.client.protocol=https

# When taking a snapshot of the publish instance, these tags are taken from
# the publish instance and applied to the snapshot 
aws.snapshot.tags=Component,StackPrefix

# Used for when storing snapshots of active publishers
aws.device.name=/dev/sdb



#########################################
#         AEM PROPERTIES
#########################################
aem.credentials.s3.use=false
aem.credentials.s3.file.uri=
# NOTE: If aem.credentials.s3.use is set to true, then it will read a JSON formatted credentials file from S3
# and use the contents to override the credentials properties below
aem.credentials.replicator.username=admin
aem.credentials.replicator.password=admin
aem.credentials.orchestrator.username=admin
aem.credentials.orchestrator.password=admin

aem.protocol.publishDispatcher=http
aem.protocol.publish=http
aem.protocol.authorDispatcher=http
aem.protocol.author=http
aem.port.publishDispatcher=80
aem.port.publish=4503
aem.port.authorDispatcher=80
aem.port.author=80

# Used when creating swaggeraem4j client
aem.client.api.debug=false
aem.client.api.connection.timeout=30000

# If set to true, will create reverse replication queues from publish to author
aem.reverseReplication.enable=false

# Used for setting the flush agent log level
aem.flush.logLevel=info

# Used for setting the replication agent log level
aem.replication.logLevel=info

# Used for setting the reverse replication agent log level
aem.reverseReplication.logLevel=error

# Transport URI used when creating the reverse replication queue i.e http://host:port
aem.reverseReplication.transportUri.postfix=/bin/receive?sling:authRequestLogin=1

# Enable if you want self-certified SSL certificates to be accepted.
aem.relaxed.ssl.enable=true





© 2015 - 2024 Weber Informatics LLC | Privacy Policy