Skip to content

Commit

Permalink
Configure Secure Endpoint with env. variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kinoute committed Apr 21, 2023
1 parent 5ede51a commit 6e65660
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/run-docker-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ exec java \
$S3PROXY_JAVA_OPTS \
-DLOG_LEVEL="${LOG_LEVEL}" \
-Ds3proxy.endpoint="${S3PROXY_ENDPOINT}" \
-Ds3proxy.secure-endpoint="${S3PROXY_SECURE_ENDPOINT}" \
-Ds3proxy.virtual-host="${S3PROXY_VIRTUALHOST}" \
-Ds3proxy.keystore-path="${S3PROXY_KEYSTORE_PATH}" \
-Ds3proxy.keystore-password="${S3PROXY_KEYSTORE_PASSWORD}" \
Expand Down

0 comments on commit 6e65660

Please sign in to comment.