# # Licensed to JumpMind Inc under one or more contributor # license agreements. See the NOTICE file distributed # with this work for additional information regarding # copyright ownership. JumpMind Inc licenses this file # to you under the GNU General Public License, version 3.0 (GPLv3) # (the "License"); you may not use this file except in compliance # with the License. # # You should have received a copy of the GNU General Public License, # version 3.0 (GPLv3) along with this library; if not, see # . # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. # # Friendly name to refer to this node from command line engine.name=sunserver-000 # The class name for the JDBC Driver db.driver=org.firebirdsql.jdbc.FBDriver # The JDBC URL used to connect to the database db.url=jdbc:firebirdsql:192.168.0.45:F:/bin_sh/data/ZDX2.FDB # The database user that SymmetricDS should use. db.user=SYSDBA # The database password db.password=masterkey # 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.0.45:7006/sync/sunserver-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=sunserver # 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 # When this node sends an initial load of data to another node, first send table create scripts. initial.load.create.first=false