summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-core-lib/openecomp-zusammen-lib/openecomp-zusammen-plugin/src/main/resources/zusammen.json
blob: 638695a7df79227c3507b2468edaa7a7e09d8e5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "level": 10,
  "configuration": {
    "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"
        }
      }
    }
  }
}