mvineetmenon

Symmetric DS MMR configuration with 4 nodes - registr engine

Jan 14th, 2019
2,180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #
  2. # Licensed to JumpMind Inc under one or more contributor
  3. # license agreements.  See the NOTICE file distributed
  4. # with this work for additional information regarding
  5. # copyright ownership.  JumpMind Inc licenses this file
  6. # to you under the GNU General Public License, version 3.0 (GPLv3)
  7. # (the "License"); you may not use this file except in compliance
  8. # with the License.
  9. #
  10. # You should have received a copy of the GNU General Public License,
  11. # version 3.0 (GPLv3) along with this library; if not, see
  12. # <http://www.gnu.org/licenses/>.
  13. #
  14. # Unless required by applicable law or agreed to in writing,
  15. # software distributed under the License is distributed on an
  16. # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  17. # KIND, either express or implied.  See the License for the
  18. # specific language governing permissions and limitations
  19. # under the License.
  20. #
  21.  
  22. engine.name=corp1-001
  23.  
  24. # The class name for the JDBC Driver
  25. #db.driver=com.mysql.jdbc.Driver
  26. #db.driver=oracle.jdbc.driver.OracleDriver
  27. db.driver=org.postgresql.Driver
  28. #db.driver=org.apache.derby.jdbc.EmbeddedDriver
  29. #db.driver=org.hsqldb.jdbcDriver
  30. #db.driver=net.sourceforge.jtds.jdbc.Driver
  31. #db.driver=com.ibm.db2.jcc.DB2Driver
  32. #db.driver=com.informix.jdbc.IfxDriver
  33. #db.driver=org.firebirdsql.jdbc.FBDriver
  34. #db.driver=interbase.interclient.Driver
  35. #db.driver=org.sqlite.JDBC
  36. #db.driver=com.sybase.jdbc4.jdbc.SybDriver
  37. #db.driver=com.nuodb.jdbc.Driver
  38. #db.driver=org.h2.Driver
  39.  
  40. # The JDBC URL used to connect to the database
  41. #db.url=jdbc:mysql://localhost/corp?tinyInt1isBit=false
  42. #db.url=jdbc:oracle:thin:@127.0.0.1:1521:corp
  43. db.url=jdbc:postgresql://localhost/btest1?stringtype=unspecified
  44. #db.url=jdbc:derby:corp;create=true
  45. #db.url=jdbc:hsqldb:file:corp;shutdown=true
  46. #db.url=jdbc:jtds:sqlserver://localhost:1433;useCursors=true;bufferMaxMemory=10240;lobBuffer=5242880
  47. #db.url=jdbc:db2://localhost/corp
  48. #db.url=jdbc:informix-sqli://localhost:9088/corp:INFORMIXSERVER=ol_ids_1150_1
  49. #db.url=jdbc:firebirdsql:localhost:/var/lib/firebird/data/databasename
  50. #db.url=jdbc:interbase://localhost//opt/interbase/data/corp.gdb
  51. #db.url=jdbc:sqlite:corp.sqlite
  52. #db.url=jdbc:sybase:Tds:localhost:5000/databasename
  53. #db.url=jdbc:com.nuodb://localhost/database?schema=database
  54. #db.url=jdbc:h2:corp;AUTO_SERVER=TRUE;LOCK_TIMEOUT=60000
  55.  
  56. # The user to login as who can create and update tables
  57. db.user=sym
  58.  
  59. # The password for the user to login as
  60. db.password=
  61.  
  62. registration.url=http://megh-os-101114.megh.barc.gov.in:31415/sync/corp0-000
  63. sync.url=http://megh-os-101114.megh.barc.gov.in:31415/sync/corp1-001
  64.  
  65.  
  66. # Do not change these for running the demo
  67. group.id=corp1
  68. external.id=001
  69.  
  70. # Don't muddy the waters with purge logging
  71. job.purge.period.time.ms=7200000
  72.  
  73. # This is how often the routing job will be run in milliseconds
  74. job.routing.period.time.ms=5000
  75. # This is how often the push job will be run.
  76. job.push.period.time.ms=10000
  77. # This is how often the pull job will be run.
  78. job.pull.period.time.ms=10000
  79. # Kick off initial load
  80. initial.load.create.first=true
Add Comment
Please, Sign In to add comment