Configuration

Zusammen requires some operational configuration to be able to work. Configuration (which is usually associated with the plug-ins) is set during initialization, according to the details specified in a JSON object.

Example JSON

’’{ “logger”: { “name”: “SLF4J” }, “collaborativeStore”: { “allowLog”: true, “data”: “plug-in specific JSON object” }, “index”:{ “allowLog”: true, “data” : “plug-in specific JSON object” }, “metadataStore”: { “allowLog” : true, “data” : “plug-in specific JSON object” } }’’

Attribute Values