#Server Configuration # Friendly name to refer to this node from command line engine.name=jiraMaster # The class name for the JDBC Driver db.driver=org.postgresql.Driver # 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=master # External ID for this node, which is any unique identifier you want to use. external.id=000 # Sync URL where other nodes can contact this node to push/pull data or register. sync.url=http://localhost:31415/sync/jiraMaster # This node will contact the root node's sync.url to register itself. # Leave blank to indicate this is the root node. registration.url= # The JDBC URL used to connect to the database db.url=xxxxxxxxxxx db.user=xxxxxx db.password=xxxxxxxxxxxxxx auto.registration=true initial.load.create.first=true