Skip to content

Commit

Permalink
DOCKER-442 enable path style access by default for solr backup
Browse files Browse the repository at this point in the history
  • Loading branch information
hechmi-dammak-xenit committed Nov 29, 2023
1 parent a22c7d5 commit a7743ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xenit/solr6/local/solr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<str name="s3.secret.key">${S3_SECRET_KEY:}</str>
<str name="s3.proxy.host">${S3_PROXY_HOST:}</str>
<int name="s3.proxy.port">${S3_PROXY_PORT:0}</int>
<bool name="s3.path.style.access.enabled">${S3_PATH_STYLE_ACCESS_ENABLED:false}</bool>
<bool name="s3.path.style.access.enabled">${S3_PATH_STYLE_ACCESS_ENABLED:true}</bool>
</repository>
</backup>
</solr>

0 comments on commit a7743ad

Please sign in to comment.