Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env_sample
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DB_PORT=5432

DJANGO_SETTINGS_MODULE=settings.develop
ALLOWED_HOSTS=localhost,example.com
SUBMISSIONS_API_URL=http://localhost/api
SUBMISSIONS_API_URL=http://django:8000/api

# Local domain definition
DOMAIN_NAME=localhost:80
Expand Down Expand Up @@ -56,7 +56,7 @@ AWS_SECRET_ACCESS_KEY=testsecret
AWS_STORAGE_BUCKET_NAME=public
AWS_STORAGE_PRIVATE_BUCKET_NAME=private
# NOTE! port 9000 here should match $MINIO_PORT
AWS_S3_ENDPOINT_URL=http://localhost:9000/
AWS_S3_ENDPOINT_URL=http://minio:9000/
AWS_QUERYSTRING_AUTH=False

# # S3 storage example
Expand Down