Skip to content

Commit

Permalink
docs(deploy): s3 bucket style in example .env
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Aug 25, 2024
1 parent 6dcc6c5 commit 0e38602
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions deploy/.example.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ MINIO_SERVER_ACCESS_KEY="user"
MINIO_SERVER_SECRET_KEY="pass"
S3_BUCKET=modos-demo
MINIO_DEFAULT_BUCKET="${S3_BUCKET}:public"
# defines s3 url format (host/bucket vs bucket.host)
S3_ADDRESSING_STYLE="auto" # one of auto, path, virtual

# HTSGET
HTSGET_DATA_DIR="/data"

# PUBLIC
#URL_PREFIX="https://modos.example.com"
URL_PREFIX="http://localhost"
S3_PUBLIC_URL="${URL_PREFIX}/s3"
HTSGET_PUBLIC_URL="${URL_PREFIX}/htsget"
# URL_PREFIX="https://modos.example.org"
# S3_PUBLIC_URL="${URL_PREFIX}/s3"
# HTSGET_PUBLIC_URL="${URL_PREFIX}/htsget"

0 comments on commit 0e38602

Please sign in to comment.