summaryrefslogtreecommitdiff
path: root/config/hazelcast.yaml
blob: 5a34fd655a119438a5213a4f19d0f1fabf71056b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
hazelcast:
  cluster-name: grootstream
  network:
    join:
      tcp-ip:
        enabled: true
        member-list:
          - localhost
    port:
      auto-increment: true
      port-count: 100
      port: 5801
  map:
    map-name-template:
      map-store:
        enabled: true
        initial-mode: EAGER
        class-name: com.geedgenetworks.common.persistence.FileMapStore
        properties:
          path: /tmp/file-store-map