summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-core-lib/openecomp-zusammen-lib/openecomp-zusammen-plugin/src/main/resources/zusammen.json
blob: e90d80f01649d83e27774f75d6c81534b84bfa6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "configuration": {
    "level": 10,
    "plugins": {
      "zusammen_state_store": {
        "implementationClass": "org.openecomp.core.zusammen.plugin.main.CassandraStateStorePluginImpl"
      },
      "zusammen_collaborative_store": {
        "implementationClass": "org.openecomp.core.zusammen.plugin.main.CassandraCollaborationStorePluginImpl",
        "properties": {
          "master.branch": "main",
          "private.path": "C:\\git\\private",
          "public.path": "C:\\git\\public",
          "blueprint.path": "C:\\git\\BP",
          "public.url": "C:\\git\\public"
        }
      }
    },
    "properties": {

    }
  }
}