Skip to content

Commit

Permalink
feat(es): Switch to the new ES cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Nov 23, 2023
1 parent 5ebbf2f commit 5f43eb6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
14 changes: 7 additions & 7 deletions .env
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
REACT_APP_ENV=production
ES_INDEX_DATACITE=bso-datacite
ES_INDEX_ORCID=bso-orcid
ES_INDEX_PUBLICATIONS=bso-publications
ES_INDEX_STUDIES=bso-clinical-trials
ES_INDEX_ORCID=bso-orcid
ES_INDEX_DATACITE=bso-datacite
REACT_APP_ENV=production
REACT_APP_ES_API_URL_DATACITE=https://cluster.elasticsearch.dataesr.ovh/$ES_INDEX_DATACITE/_search
REACT_APP_ES_API_URL_ORCID=https://cluster.elasticsearch.dataesr.ovh/$ES_INDEX_ORCID/_search
REACT_APP_ES_API_URL_PUBLICATIONS=https://cluster.elasticsearch.dataesr.ovh/$ES_INDEX_PUBLICATIONS/_search
REACT_APP_ES_API_URL_STUDIES=https://cluster.elasticsearch.dataesr.ovh/$ES_INDEX_STUDIES/_search
REACT_APP_ES_API_URL_ORCID=https://cluster.elasticsearch.dataesr.ovh/$ES_INDEX_ORCID/_search
REACT_APP_ES_API_URL_DATACITE=https://cluster.elasticsearch.dataesr.ovh/$ES_INDEX_DATACITE/_search
REACT_APP_LAST_OBSERVATION=2022Q4
REACT_APP_LAST_OBSERVATION_THESIS=2022Q4
REACT_APP_PIWIK_SITE=34
REACT_APP_PIWIK_URL=https://piwik.enseignementsup-recherche.pro
REACT_APP_VERSION=$npm_package_version
REACT_APP_LAST_OBSERVATION=2022Q4
REACT_APP_LAST_OBSERVATION_THESIS=2022Q4
8 changes: 4 additions & 4 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
REACT_APP_ENV=development
ES_INDEX_DATACITE=bso-datacite-staging
ES_INDEX_ORCID=bso-orcid-staging
ES_INDEX_PUBLICATIONS=bso-publications-staging
ES_INDEX_STUDIES=bso-clinical-trials-staging
ES_INDEX_ORCID=bso-orcid-staging
ES_INDEX_DATACITE=bso-datacite-staging
REACT_APP_PIWIK_SITE=44
REACT_APP_ENV=development
REACT_APP_LAST_OBSERVATION=2023Q1
REACT_APP_LAST_OBSERVATION_THESIS=2022Q4
REACT_APP_PIWIK_SITE=44
11 changes: 6 additions & 5 deletions .env.staging
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
REACT_APP_ENV=staging
ES_INDEX_DATACITE=bso-datacite-staging
ES_INDEX_ORCID=bso-orcid-staging
ES_INDEX_PUBLICATIONS=bso-publications-staging
ES_INDEX_STUDIES=bso-clinical-trials-staging
ES_INDEX_ORCID=bso-orcid-staging
ES_INDEX_DATACITE=bso-datacite-staging
REACT_APP_PIWIK_SITE=2
REACT_APP_PIWIK_URL=https://matomo.staging.dataesr.ovh/
REACT_APP_ENV=staging
REACT_APP_ES_API_URL_PUBLICATIONS=https://cluster-staging.elasticsearch.dataesr.ovh/$ES_INDEX_PUBLICATIONS/_search
REACT_APP_LAST_OBSERVATION=2023Q2
REACT_APP_LAST_OBSERVATION_THESIS=2022Q4
REACT_APP_PIWIK_SITE=2
REACT_APP_PIWIK_URL=https://matomo.staging.dataesr.ovh/

0 comments on commit 5f43eb6

Please sign in to comment.