Skip to content

Commit

Permalink
docs(object-store): Include example settings for object storage env v…
Browse files Browse the repository at this point in the history
…ariables

This includes object storage variables in the example env settings.
  • Loading branch information
hepplerj committed Jul 23, 2024
1 parent 19a684c commit 2399121
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ DJANGO_SECRET_KEY=thisisnotasecretkey
DJANGO_ALLOWED_HOSTS='localhost,"",127.0.0.1,0.0.0.0'
DJANGO_CSRF_TRUSTED_ORIGINS='http://localhost'

# Object Store
OBJ_STORAGE=False # set to True to turn on, fill in the following variables
OBJ_STORAGE_ACCESS_KEY_ID=winterthur
OBJ_STORAGE_SECRET_ACCESS_KEY=winterthur
OBJ_STORAGE_BUCKET_NAME=winterthur
OBJ_STORAGE_ENDPOINT_URL=minio

# Database
DB_NAME=winterthur
DB_USER=winterthur
Expand Down

0 comments on commit 2399121

Please sign in to comment.