engine.name=corp-000 db.driver=net.sourceforge.jtds.jdbc.Driver db.url=jdbc:jtds:sqlserver://192.168.193.1:1433/[MWT-NutLogger-Marquis-Live];useCursors=true;bufferMaxMemory=10240;lobBuffer=5242880 # The database user that SymmetricDS should use. db.user=sa # The database password db.password=@SA2sa db.validation.query=select 1 # This node will contact the root node's sync.url to register itself. # Leave blank to indicate this is the root node. registration.url= # Sync URL where other nodes can contact this node to push/pull data or register. sync.url=http://192.168.193.1:31415/sync/corp-000 # 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=corp # External ID for this node, which is any unique identifier you want to use. external.id=000 # How often to run purge job, job.purge.period.time.ms=7200000 # How to run routing (in millis), which puts changes into batches. job.routing.period.time.ms=5000 # How often to run push (in millis), which sends changes to other nodes. job.push.period.time.ms=10000 # How often to run pull (in millis), which receives changes from other nodes. job.pull.period.time.ms=10000 # Automatically register new nodes when they request it. # If this is false, accept the registration requests using "symadmin open-registration" command. auto.registration=true auto.reload=false auto.reload.reverse=false # When this node sends an initial load of data to another node, first send table create scripts. initial.load.create.first=false