Skip to content

Commit

Permalink
Merge pull request #57 from aodn/Add-new-json-file-for-metatest
Browse files Browse the repository at this point in the history
Added new metatest.json for geonetwork4 build
  • Loading branch information
utas-raymondng authored Jul 23, 2024
2 parents 44b0184 + f8ce617 commit 62ca5b3
Showing 1 changed file with 89 additions and 0 deletions.
89 changes: 89 additions & 0 deletions geonetwork-config/settings/imos-metatest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"comments": "Geonetwork4 metatest max index thread 10, you can get details string via https://host/geonetwork/srv/api/site/settings/details",
"settings": {
"data": {
"system/platform/version": "4.4.1",
"system/platform/subVersion": "0",
"system/server/host": "geonetwork-metatest-edge.edge.aodn.org.au",
"system/server/protocol": "https",
"system/server/timeZone": "Australia/Hobart",
"system/userSelfRegistration/enable": false,
"system/localrating/enable": "advanced",
"system/localrating/notificationLevel": "catalogueAdministrator",
"system/localrating/notificationGroups": null,
"system/xlinkResolver/localXlinkEnable": true,
"system/xlinkResolver/ignore": "operatesOn,featureCatalogueCitation,Anchor,source,parentIdentifier",
"system/xlinkResolver/referencedDeletionAllowed": true,
"system/searchStats/enable": false,
"system/inspire/enable": false,
"system/harvester/enablePrivilegesManagement": false,
"system/harvester/disabledHarvesterTypes": null,
"system/users/identicon": "gravatar:mp",
"system/metadata/prefergrouplogo": true,
"system/metadata/allThesaurus": false,
"system/metadata/thesaurusNamespace": "https://registry.geonetwork-opensource.org/{{type}}/{{filename}}",
"metadata/vcs/enable": false,
"system/metadata/history/enabled": false,
"system/metadatacreate/generateUuid": true,
"system/metadatacreate/preferredGroup": null,
"system/metadatacreate/preferredTemplate": null,
"system/metadataprivs/publicationbyrevieweringroupowneronly": true,
"system/metadataprivs/publication/notificationLevel": null,
"system/metadataprivs/publication/notificationGroups": null,
"system/index/indexingTimeRecordLink": false,
"system/inspire/remotevalidation/url": null,
"system/inspire/remotevalidation/urlquery": null,
"system/inspire/remotevalidation/nodeid": null,
"region/getmap/background": "osm",
"region/getmap/width": "500",
"region/getmap/summaryWidth": "500",
"region/getmap/mapproj": "EPSG:3857",
"system/site/name": "AODN Geonetwork4 - metatest",
"metadata/resourceIdentifierPrefix": "https://geonetwork-metatest-edge.edge.aodn.org.au/geonetwork/srv/resources",
"metadata/workflow/enable": false,
"metadata/workflow/allowSubmitApproveInvalidMd": true,
"metadata/workflow/allowPublishNonApprovedMd": true,
"metadata/workflow/allowPublishInvalidMd": true,
"metadata/workflow/automaticUnpublishInvalidMd": false,
"metadata/workflow/forceValidationOnMdSave": false,
"metadata/backuparchive/enable": false,
"metadata/link/excludedUrlPattern": null,
"metadata/import/userprofile": "Editor",
"metadata/batchediting/accesslevel": "Editor",
"metadata/delete/profilePublishedMetadata": "Editor",
"metadata/publication/profilePublishMetadata": "Reviewer",
"metadata/publication/profileUnpublishMetadata": "Reviewer",
"metadata/pdfReport/pdfName": "metadata_{datetime}.pdf",
"metadata/csvReport/csvName": "metadata_{datetime}.csv",
"system/ui/defaultView": "default",
"system/userSelfRegistration/recaptcha/enable": false,
"system/userSelfRegistration/recaptcha/publickey": null,
"system/publication/doi/doienabled": false,
"system/publication/doi/doiurl": null,
"system/publication/doi/doiusername": null,
"system/publication/doi/doikey": null,
"system/publication/doi/doilandingpagetemplate": "https://geonetwork-metatest-edge.edge.aodn.org.au/geonetwork/srv/resources/records/{{uuid}}",
"system/publication/doi/doipublicurl": null,
"system/publication/doi/doipattern": "{{uuid}}",
"system/security/passwordEnforcement/minLength": 6,
"system/security/passwordEnforcement/maxLength": 20,
"system/security/passwordEnforcement/usePattern": true,
"system/security/passwordEnforcement/pattern": "^((?=.*[a-z])(?=.*[A-Z])(?=.*\\d)(?=.*(_|[^\\w])).*)$",
"system/site/siteId": "4ca60eed-d709-4a84-b680-dc2854895c0f",
"system/server/port": 443,
"system/metadata/validation/removeSchemaLocation": true,
"system/harvester/enableEditing": true,
"system/metadataprivs/usergrouponly": true,
"system/site/organization": "Australian Ocean Data Network",
"system/xlinkResolver/enable": true,
"metadata/workflow/draftWhenInGroup": ".*",
"system/feedback/mailServer/hostIsDefined": true,
"system/threadedindexing/maxthreads": 10,
"system/feedback/email": "[email protected]",
"system/feedback/mailServer/host": "postoffice.utas.edu.au",
"system/feedback/mailServer/port": 25,
"system/userFeedback/enable": true,
"system/server/log": "log4j2.xml"
}
}
}

0 comments on commit 62ca5b3

Please sign in to comment.