Skip to content

Commit

Permalink
Explicitly set AWS_REGION in Worker VM
Browse files Browse the repository at this point in the history
This is needed for the new geoprocessing service
  • Loading branch information
rajadain committed Apr 10, 2024
1 parent 5e44175 commit 5aeb2d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/ansible/group_vars/all
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
aws_region: "us-east-1"

redis_port: 6379
postgresql_port: 5432

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
envdir_home: "/etc/mmw.d/env"

envdir_config:
AWS_REGION: "{{ aws_region }}"
MMW_DB_NAME: "{{ postgresql_database }}"
MMW_DB_USER: "{{ postgresql_username }}"
MMW_DB_PASSWORD: "{{ postgresql_password }}"
Expand Down

0 comments on commit 5aeb2d0

Please sign in to comment.