You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/_index.en.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -338,7 +338,8 @@ The default configuration can be found in `config/default.json`. The full refere
338
338
"dataset": { // Release mechanism to create dataset periodically
339
339
"title":"Title of the dataset; recommended to be the name of the instance that generated it",
340
340
"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')"
342
343
},
343
344
"collection-api": { // Collection metadata API
344
345
"port":"The port number on which the API will listen for incoming requests",
0 commit comments