Skip to content

Commit

Permalink
Re-re-re-set the NOAA-specific environment names
Browse files Browse the repository at this point in the history
  • Loading branch information
jpolchlo committed Jan 31, 2023
1 parent 45b3be8 commit c624d86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/aws-terraform/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
environment:
- AWS_PROFILE
- AWS_DEFAULT_REGION
- PROJECT_NAME=${PROJECT_NAME:-azavea}
- PROJECT_NAME=${PROJECT_NAME:-noaa}
- ENVIRONMENT
- DEBUG
- EDITOR=vi
Expand Down
2 changes: 1 addition & 1 deletion deployment/aws-terraform/scripts/console
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
export ENVIRONMENT=${ENVIRONMENT:-$PROVIDED_ENV}
CONFIGURED_REGION=$(aws configure get region)
export AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION:-$CONFIGURED_REGION}
BUCKET_PREFIX=${BUCKET_PREFIX:-azavea-kubernetes-settings}
BUCKET_PREFIX=${BUCKET_PREFIX:-noaa-kubernetes-settings}
export S3_SETTINGS_BUCKET=${S3_SETTINGS_BUCKET:-${BUCKET_PREFIX}-${AWS_DEFAULT_REGION}}
export DOCKER_GID=$(getent group docker | awk -F: '{print $3}')

Expand Down

0 comments on commit c624d86

Please sign in to comment.