Skip to content

Commit

Permalink
RSM-3250 Revert dev parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
cakr322 committed Nov 8, 2023
1 parent bc74d1c commit 75125fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hub-search-proxy/env/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
},
"elasticsearchDomainName": "researchhub-test-domain",
"elasticsearchDomainAccount": "518380838815",
"ELASTICSEARCH_ENDPOINT": "${ssm:/test/research-hub/elasticsearch_endpoint}",
"ELASTICSEARCH_ENDPOINT": "${ssm:/test/research-hub/elasticsearch_endpoint~true}",
"CORS_ACCESS_CONTROL_ALLOW_ORIGINS": "*",
"CONTENTFUL_SPACE_ID": "${ssm:/test/research-hub/contentful-space-id}",
"CONTENTFUL_MGMT_ACCESS_TOKEN": "${ssm:/test/research-hub/contentful-mgmt-access-token}",
"CONTENTFUL_ACCESS_TOKEN": "${ssm:/test/research-hub/contentful-access-token}",
"CONTENTFUL_SPACE_ID": "${ssm:/test/research-hub/contentful-space-id~true}",
"CONTENTFUL_MGMT_ACCESS_TOKEN": "${ssm:/test/research-hub/contentful-mgmt-access-token~true}",
"CONTENTFUL_ACCESS_TOKEN": "${ssm:/test/research-hub/contentful-access-token~true}",
"CONTENTFUL_ENVIRONMENT": "dev",
"resourceKey": "891f7417-3a6e-4152-b6d5-c37433acae54",
"PROFILE": "uoa-its-nonprod"
Expand Down

0 comments on commit 75125fa

Please sign in to comment.