Skip to content

Commit 421ecd4

Browse files
committed
chore(backend): update config.sh
- update attachment origin settins in `self-host/config.sh`
1 parent e5a07f0 commit 421ecd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

self-host/config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ SYMBOLS_ACCESS_KEY=minio
193193
SYMBOLS_SECRET_ACCESS_KEY=minio123
194194
195195
# Session attachments won't work without these
196-
ATTACHMENTS_S3_ORIGIN=http://localhost:9119
196+
ATTACHMENTS_S3_ORIGIN=
197197
ATTACHMENTS_S3_BUCKET=msr-attachments-sandbox
198198
ATTACHMENTS_S3_BUCKET_REGION=us-east-1
199199
ATTACHMENTS_ACCESS_KEY=minio
@@ -488,7 +488,7 @@ elif [[ "$SETUP_ENV" == "production" ]]; then
488488

489489
echo -e "\nSet storage bucket for attachments"
490490
echo -e "Example: https://measure-attachments.yourcompany.com"
491-
ATTACHMENTS_S3_ORIGIN=$(prompt_value_manual "Enter attachments S3 bucket origin: ")
491+
ATTACHMENTS_S3_ORIGIN=""
492492
ATTACHMENTS_S3_BUCKET="msr-$NAMESPACE-attachments"
493493
ATTACHMENTS_S3_BUCKET_REGION="us-east-1"
494494
ATTACHMENTS_ACCESS_KEY=$MINIO_ROOT_USER

0 commit comments

Comments
 (0)