Last active
October 1, 2022 11:06
-
-
Save theopendle/4dbd7798e7131959a097c788d64ab3e0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:rep="internal" | |
jcr:mixinTypes="[rep:AccessControllable]" | |
jcr:primaryType="cq:Page"> | |
<jcr:content | |
cq:template="/libs/cq/replication/templates/agent" | |
jcr:description="Agent that replicates to the default publish instance." | |
jcr:primaryType="nt:unstructured" | |
jcr:title="Publish" | |
sling:resourceType="cq/replication/components/agent" | |
enabled="true" | |
logLevel="info" | |
retryDelay="60000" | |
serializationType="durbo" | |
ssl="default" | |
transportPassword="\{8621078f9b44db113fd091bc3e1bbbf39f2775907f227d726f1bd301f2198be9}" | |
transportUri="http://dev.publish:4503/bin/receive?sling:authRequestLogin=1" | |
transportUser="admin" | |
userId="admin"/> | |
</jcr:root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment