Merge branch 'dmp-refactoring' of https://code-repo.d4science.org/MaDgiK-CITE/argos into dmp-refactoring

This commit is contained in:
Sofia Papacharalampous 2024-07-08 17:31:30 +03:00
commit 46cb75dee7
2 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,7 @@ elastic:
disableHostnameVerifier: false disableHostnameVerifier: false
app-elastic: app-elastic:
enabled: ${ELASTIC_ENABLED} enabled: ${ELASTIC_ENABLED}
planIndexName: ${ELASTIC_DMP_INDEX} planIndexName: ${ELASTIC_PLAN_INDEX}
descriptionIndexName: ${ELASTIC_DESCRIPTION_INDEX} descriptionIndexName: ${ELASTIC_DESCRIPTION_INDEX}
enableIcuAnalysisPlugin: false enableIcuAnalysisPlugin: false
resetBatchSize: 1000 resetBatchSize: 1000

View File

@ -35,6 +35,9 @@ The swagger UI is available at the `/swagger-ui/index.html` url. It contains doc
- **/api/tag/\*\*** - **/api/tag/\*\***
- **/api/reference/\*\*** - **/api/reference/\*\***
- **/api/reference-type/\*\*** - **/api/reference-type/\*\***
- **/api/user/\*\***
- **/api/principal/\*\***
- **/api/lock/\*\***
<Admonition type="info"> <Admonition type="info">
<p>These endpoints require authentication.</p> <p>These endpoints require authentication.</p>