Skip to content

Commit

Permalink
Update AWS variables in env.template
Browse files Browse the repository at this point in the history
  • Loading branch information
krysal committed Jan 16, 2024
1 parent 75543a3 commit 3bc2faf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions catalog/env.template
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,10 @@ AIRFLOW_PORT=9090
LOADER_FILE_AGE=1
# Contact email for any APIs
CONTACT_EMAIL=openverse@wordpress.org
# AWS/S3 configuration - does not need to be changed for development
AWS_ACCESS_KEY=test_key
AWS_SECRET_KEY=test_secret
# AWS configuration - does not need to be changed for development
AWS_ACCESS_KEY_ID=test_key
AWS_SECRET_ACCESS_KEY=test_secret
AWS_DEFAULT_REGION=us-east-1
# General bucket used for TSV->DB ingestion and logging
OPENVERSE_BUCKET=openverse-storage
# Seconds to wait before poking for availability of the data refresh pool when running a data_refresh
Expand Down

0 comments on commit 3bc2faf

Please sign in to comment.