#Replicate Configuration # Friendly name to refer to this node from command line engine.name=replication-001 # The class name for the JDBC Driver db.driver=org.postgresql.Driver # Node group this node belongs to, which defines what it will sync with who. # Must match the sym_node_group configuration in database. group.id=rep # External ID for this node, which is any unique identifier you want to use. external.id=001 # This node will contact the root node's sync.url to register itself. registration.url=http://localhost:31415/sync/jiraMaster # The JDBC URL used to connect to the database db.url=xxxxxxxxxxxxxx db.user=xxxxxxxxx db.password=xxxxxxxxxxxxxxx auto.registration=true initial.load.create.first=true