Skip to content

Commit

Permalink
update container vars
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 19, 2023
1 parent fa66b11 commit 7676676
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions deploy/container/default.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ES_HOST=
ES_PASSWORD=
ES_PORT=
ES_PROTOCOL=
ES_PORT=9200
ES_PROTOCOL=https
ES_USERNAME=
INDEXER_APIKEY=
INDEXER_HOST=
Expand Down
7 changes: 2 additions & 5 deletions deploy/github/development.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ ECR_REPOSITORY=geonetwork4
ENVIRONMENT=tf-development

# container definition variables
ES_HOST=mvp-discovery-index.kb.ap-southeast-2.aws.found.io
ES_PORT=9243
ES_PROTOCOL=https
ES_USERNAME=geonetwork
INDEXER_HOST=http://es-indexer.mvp.aodn.org.au
ES_HOST=ec2-3-25-64-248.ap-southeast-2.compute.amazonaws.com
INDEXER_HOST=ec2-3-25-163-152.ap-southeast-2.compute.amazonaws.com
INDEXER_PORT=8081
GEONETWORK_DB_TYPE=postgres
GEONETWORK_DB_HOST=stefan-db-rds-primary-evaluation.gamma.aodn.org.au
Expand Down

0 comments on commit 7676676

Please sign in to comment.