When using the GOCDB connector, at least its address has to be configured.
The address of the GOCDB instance; must be a valid URL (e.g., http://gocdb.uni-muenster.de). Note: The public API must be reachable under <address>/gocdbpi/public
.
[http.services.mentix.connectors.gocdb]
address = "http://gocdb.example.com"
The scope to use for filtering sites and services.
[http.services.mentix.connectors.gocdb]
scope = "SM"
The API key to use for the GOCDB PI.
[http.services.mentix.connectors.gocdb]
apikey = "abc123"