# # 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. # engine.name=corp-000 # 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/corp?tinyInt1isBit=false #db.url=jdbc:oracle:thin:@127.0.0.1:1521:corp #db.url=jdbc:postgresql://localhost/corp?stringtype=unspecified #db.url=jdbc:derby:corp;create=true #db.url=jdbc:hsqldb:file:corp;shutdown=true #db.url=jdbc:jtds:sqlserver://localhost:1433;useCursors=true;bufferMaxMemory=10240;lobBuffer=5242880 #db.url=jdbc:db2://localhost/corp #db.url=jdbc:informix-sqli://localhost:9088/corp:INFORMIXSERVER=ol_ids_1150_1 #db.url=jdbc:firebirdsql:localhost:/var/lib/firebird/data/databasename #db.url=jdbc:interbase://localhost//opt/interbase/data/corp.gdb #db.url=jdbc:sqlite:corp.sqlite db.url=jdbc:sybase:Tds::1400/ #db.url=jdbc:com.nuodb://localhost/database?schema=database #db.url=jdbc:h2:corp;AUTO_SERVER=TRUE;LOCK_TIMEOUT=60000 # The user to login as who can create and update tables db.user=sa # The password for the user to login as db.password=******* registration.url= sync.url=http://localhost:31415/sync/corp-000 # Do not change these for running the demo group.id=corp external.id=000 # Don't muddy the waters with purge logging job.purge.period.time.ms=7200000 # This is how often the routing job will be run in milliseconds job.routing.period.time.ms=5000 # This is how often the push job will be run. job.push.period.time.ms=10000 # This is how often the pull job will be run. job.pull.period.time.ms=10000 # Kick off initial load initial.load.create.first=true