Skip to content

Commit a9fa38d

Browse files
committed
Add more settings to .env.example
1 parent 1bf7f2f commit a9fa38d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.env.example

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
PYTHONBREAKPOINT=ipdb.set_trace
22
SENTRY_DSN=""
3+
4+
FILE_UPLOAD_STRATEGY="direct" # pass-thru
5+
FILE_UPLOAD_STORAGE="local" # s3
6+
7+
AWS_S3_ACCESS_KEY_ID=""
8+
AWS_S3_SECRET_ACCESS_KEY=""
9+
AWS_STORAGE_BUCKET_NAME="django-styleguide-example"
10+
AWS_S3_REGION_NAME="eu-central-1"

0 commit comments

Comments
 (0)