Merge branch 'dmp-refactoring' of https://code-repo.d4science.org/MaDgiK-CITE/argos into dmp-refactoring
This commit is contained in:
commit
46cb75dee7
|
@ -15,7 +15,7 @@ elastic:
|
|||
disableHostnameVerifier: false
|
||||
app-elastic:
|
||||
enabled: ${ELASTIC_ENABLED}
|
||||
planIndexName: ${ELASTIC_DMP_INDEX}
|
||||
planIndexName: ${ELASTIC_PLAN_INDEX}
|
||||
descriptionIndexName: ${ELASTIC_DESCRIPTION_INDEX}
|
||||
enableIcuAnalysisPlugin: false
|
||||
resetBatchSize: 1000
|
||||
|
|
|
@ -35,6 +35,9 @@ The swagger UI is available at the `/swagger-ui/index.html` url. It contains doc
|
|||
- **/api/tag/\*\***
|
||||
- **/api/reference/\*\***
|
||||
- **/api/reference-type/\*\***
|
||||
- **/api/user/\*\***
|
||||
- **/api/principal/\*\***
|
||||
- **/api/lock/\*\***
|
||||
|
||||
<Admonition type="info">
|
||||
<p>These endpoints require authentication.</p>
|
||||
|
|
Loading…
Reference in New Issue