Skip to content

Commit

Permalink
chore: add AWS S3 configuration variables to sample.env
Browse files Browse the repository at this point in the history
  • Loading branch information
mnqrt committed Aug 9, 2024
1 parent 6152f30 commit c638be4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ PYTHONPATH=./env
POSTGRES_HOST=<DB_HOST>
POSTGRES_DB=<DB_NAME>
POSTGRES_USER=<DB_USER>
POSTGRES_PASSWORD=<DB_PASSWORD>
POSTGRES_PASSWORD=<DB_PASSWORD>

ACCESS_KEY_ID=<AWS_ACCESS_KEY_ID>
ACCESS_KEY_SECRET=<AWS_ACCESS_KEY_SECRET>
BUCKET_NAME=<BUCKET_NAME>
AWS_REGION=<AWS_REGION>
AWS_S3_FOLDER_PREFIX=<dev | prod | staging>

0 comments on commit c638be4

Please sign in to comment.