Skip to content

Commit

Permalink
chore(backend): update config.sh
Browse files Browse the repository at this point in the history
- update attachment origin settins in `self-host/config.sh`
  • Loading branch information
detj committed Aug 14, 2024
1 parent e5a07f0 commit 421ecd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions self-host/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ SYMBOLS_ACCESS_KEY=minio
SYMBOLS_SECRET_ACCESS_KEY=minio123
# Session attachments won't work without these
ATTACHMENTS_S3_ORIGIN=http://localhost:9119
ATTACHMENTS_S3_ORIGIN=
ATTACHMENTS_S3_BUCKET=msr-attachments-sandbox
ATTACHMENTS_S3_BUCKET_REGION=us-east-1
ATTACHMENTS_ACCESS_KEY=minio
Expand Down Expand Up @@ -488,7 +488,7 @@ elif [[ "$SETUP_ENV" == "production" ]]; then

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

0 comments on commit 421ecd4

Please sign in to comment.