File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ SYMBOLS_ACCESS_KEY=minio
193
193
SYMBOLS_SECRET_ACCESS_KEY=minio123
194
194
195
195
# Session attachments won't work without these
196
- ATTACHMENTS_S3_ORIGIN=http://localhost:9119
196
+ ATTACHMENTS_S3_ORIGIN=
197
197
ATTACHMENTS_S3_BUCKET=msr-attachments-sandbox
198
198
ATTACHMENTS_S3_BUCKET_REGION=us-east-1
199
199
ATTACHMENTS_ACCESS_KEY=minio
@@ -488,7 +488,7 @@ elif [[ "$SETUP_ENV" == "production" ]]; then
488
488
489
489
echo -e " \nSet storage bucket for attachments"
490
490
echo -e " Example: https://measure-attachments.yourcompany.com"
491
- ATTACHMENTS_S3_ORIGIN=$( prompt_value_manual " Enter attachments S3 bucket origin: " )
491
+ ATTACHMENTS_S3_ORIGIN=" "
492
492
ATTACHMENTS_S3_BUCKET=" msr-$NAMESPACE -attachments"
493
493
ATTACHMENTS_S3_BUCKET_REGION=" us-east-1"
494
494
ATTACHMENTS_ACCESS_KEY=$MINIO_ROOT_USER
You can’t perform that action at this time.
0 commit comments