The following code sample shows the contents of the production.properties file:external.id=production
group.id=production
engine.name=production
# Port number comes from symmetric-server.properties http.port since we are using http
sync.url=http://$(hostName):31415/sync/$(engineName)
# Registration URL of nothing means this is the registration server
registration.url=
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/ProductionReplicator;useCursors=true;
bufferMaxMemory=10240;lobBuffer=5242880
db.user=<database_user>
db.password=<database_user_password>
# In case it takes a long time to get the subscriber running, do not purge
start.purge.job=false
# Decrease push period (default is 60000) to reduce time to catch up.
job.push.period.time.ms=15000