gocdb
Configuration for the GOCDB connector of the Mentix service
When using the GOCDB connector, at least its address has to be configured.
address string
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"
scope string SM
The scope to use for filtering sites and services.
[http.services.mentix.connectors.gocdb]
scope = "SM"
apikey string
The API key to use for the GOCDB PI.
[http.services.mentix.connectors.gocdb]
apikey = "abc123"
Last modified June 30, 2021: Add API key to Mentix GOCDB connector (#1834) (05bd6b59)