cloned.properties

The following code sample shows the contents of the cloned.properties file:
external.id=cloned
group.id=cloned
engine.name=cloned
sync.url=http://$(hostName):31415/sync/$(engineName)
# Registration should match the sync.url of the production engine
registration.url=http://$(hostName):31415/sync/production
db.driver=net.sourceforge.jtds.jdbc.Driver
# If using an SQL Server instance, add ;instance=MySqlServerInstance to the end of the 
following line.
db.url=jdbc:jtds:sqlserver://localhost:1433/ClonedReplicator;useCursors=true;
bufferMaxMemory=10240;lobBuffer=5242880
db.user=<database_user_name>
db.password=<database_user_password>