Skip to content

Commit

Permalink
move s3 creds/bucket name to env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-negusse committed Oct 21, 2024
1 parent 6731629 commit 08b1b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ services:
- DB_USER_RO=${GFW_DB_USER_RO}
- DB_PASSWORD_RO=${GFW_DB_PASSWORD_RO}
- DB_PORT_RO=5432
- AWS_DEFAULT_PROFILE=gfw-staging
- DATA_LAKE_BUCKET=gfw-data-lake-staging
- AWS_DEFAULT_PROFILE=${AWS_PROFILE}
- DATA_LAKE_BUCKET=${DATA_LAKE_BUCKET}
- LOG_LEVEL=debug
- RASTER_TILER_LAMBDA_NAME=test
- ENV=dev
Expand Down

0 comments on commit 08b1b0c

Please sign in to comment.