Last active
October 1, 2022 11:06
-
-
Save theopendle/fa71b2e76c30a6bdf597920139e5ad6e 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="\{ba9f6a513c4aba03b33bd50d23a2032e6326c84d8a1d72fadfad8ee4301a2e5a}" | |
transportUri="http://localhost: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