easydb-server.yml
plugins.enable.base.custom-data-type-gazetteer
- Gazetteer
Gazetteer Enable easydb-custom-data-type-gazetteer in easydb-server.yml:
plugins: enabled+: - base.custom-data-type-gazetteer Server YAML Variables to configure the Gazetteer Plugin The server part of this plugin uses NodeJS to run the update.js script to get data from the gazetteer repository gazetteer.dainst.org. This data is used to insert hierarchic objects into the gazetteer tree in easydb5.
The plugin uses the general NodeJS settings of the server:
nodejs: node_modules: "../../node-runner/node_modules" node_runner_binary: "/usr/bin/env node" node_runner_app: "../../node-runner/app.js" Variable Type Required Description Default nodejs List No Parent element which contains the configuration for easydb’s NodeJS installation ⇨node_modules string No Path to the node_modules folder .