# # 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=node-001 # The class name for the JDBC Driver #db.driver=com.mysql.jdbc.Driver #db.driver=oracle.jdbc.driver.OracleDriver #db.driver=org.postgresql.Driver #db.driver=org.apache.derby.jdbc.EmbeddedDriver #db.driver=org.hsqldb.jdbcDriver #db.driver=net.sourceforge.jtds.jdbc.Driver #db.driver=com.ibm.db2.jcc.DB2Driver #db.driver=com.informix.jdbc.IfxDriver #db.driver=org.firebirdsql.jdbc.FBDriver #db.driver=interbase.interclient.Driver db.driver=org.sqlite.JDBC #db.driver=com.sybase.jdbc4.jdbc.SybDriver #db.driver=com.nuodb.jdbc.Driver #db.driver=org.h2.Driver # The JDBC URL used to connect to the database #db.url=jdbc:mysql://localhost/store001?tinyInt1isBit=false #db.url=jdbc:oracle:thin:@127.0.0.1:1521:store001 #db.url=jdbc:postgresql://localhost/store001?stringtype=unspecified #db.url=jdbc:derby:store001;create=true #db.url=jdbc:hsqldb:file:store001;shutdown=true #db.url=jdbc:jtds:sqlserver://localhost:1433/store001;useCursors=true;bufferMaxMemory=10240;lobBuffer=5242880 #db.url=jdbc:db2://localhost/store001 #db.url=jdbc:informix-sqli://localhost:9088/store001:INFORMIXSERVER=ol_ids_1150_1 #db.url=jdbc:firebirdsql:localhost:/var/lib/firebird/data/databasename #db.url=jdbc:interbase://localhost//opt/interbase/data/store001.gdb db.url=jdbc:sqlite:C:/Users/matth/OneDrive - University of Sussex/University of Sussex/Final Year Project/symmetric-server-3.12.7-SQLiteTest/symmetric-server-3.12.7/db/node1.db #db.url=jdbc:sybase:Tds:localhost:5000/databasename #db.url=jdbc:com.nuodb://localhost/database?schema=database #db.url=jdbc:h2:store001;AUTO_SERVER=TRUE;LOCK_TIMEOUT=60000 # The database user that SymmetricDS should use. db.user= # The database password db.password= # This node will contact the root node's sync.url to register itself. registration.url=http://localhost:31415/sync/master-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=node # External ID for this node, which is any unique identifier you want to use. external.id=001 # 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 #initial.load.create.first=true