Skip to content

Commit

Permalink
Merge pull request #102 from xenit-eu/DOCKER-442
Browse files Browse the repository at this point in the history
DOCKER-442 enable path style access by default for solr backup
  • Loading branch information
hechmi-dammak-xenit authored Nov 29, 2023
2 parents 77e8475 + a7743ad commit 9bc5ae9
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 9bc5ae9

Please sign in to comment.