Skip to content

Commit df46430

Browse files
committed
Add missing configuration key documentation
1 parent 3fd8607 commit df46430

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/_index.en.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,8 @@ The default configuration can be found in `config/default.json`. The full refere
338338
"dataset": { // Release mechanism to create dataset periodically
339339
"title": "Title of the dataset; recommended to be the name of the instance that generated it",
340340
"versionsRepositoryURL": "GitHub or GitLab repository where the dataset will be published as a release; recommended to be the versions repository for discoverability and tagging purposes",
341-
"publishingSchedule": "Cron expression to define the dataset publishing schedule; see below"
341+
"publishingSchedule": "Cron expression to define the dataset publishing schedule; see below",
342+
"apiBaseURL": "Base URL of the GitLab API (only relevant if 'type' is 'gitlab')"
342343
},
343344
"collection-api": { // Collection metadata API
344345
"port": "The port number on which the API will listen for incoming requests",

0 commit comments

Comments
 (0)