# # 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=loggernet-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://qst-production.c7lgb6hu6zjw.us-west-2.rds.amazonaws.com/biologic_ln?protocolVersion=2&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:store001.sqlite #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 user to login as who can create and update tables db.user=dmuser # The password for the user to login as db.password=OneFish#2f1sh # The HTTP URL of the root node to contact for registration registration.url=http://localhost:31415/sync/lndb-000 # Do not change these for running the demo group.id=loggernet external.id=001 # 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 db.treat.date.time.as.varchar.enabled=true create.table.without.defaults=true auto.relaod=true