From 98d77fed23af1eaaaa6a556aead5cfa658e3e341 Mon Sep 17 00:00:00 2001 From: didayolo Date: Tue, 14 Mar 2023 16:35:14 +0100 Subject: [PATCH] Update .env_sample --- .env_sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env_sample b/.env_sample index 7a5e06992..ce6916ef1 100644 --- a/.env_sample +++ b/.env_sample @@ -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 @@ -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