Skip to content

Commit

Permalink
Merge pull request #99 from xenit-eu/DOCKER-441
Browse files Browse the repository at this point in the history
DOCKER-441 make default endpoint for s3 backup endpoint empty
  • Loading branch information
hechmi-dammak-xenit authored Nov 17, 2023
2 parents 4b393a7 + caa55c6 commit 951420b
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 @@ -5,7 +5,7 @@
<backup>
<repository name="s3" class="eu.xenit.solr.backup.s3.S3BackupRepository" default="false">
<str name="s3.bucket.name">${S3_BUCKET_NAME:test-bucket}</str>
<str name="s3.endpoint">${S3_ENDPOINT:http://s3.eu-central-1.amazonaws.com}</str>
<str name="s3.endpoint">${S3_ENDPOINT:}</str>
<str name="s3.region">${S3_REGION:eu-central-1}</str>
<str name="s3.access.key">${S3_ACCESS_KEY:}</str>
<str name="s3.secret.key">${S3_SECRET_KEY:}</str>
Expand Down

0 comments on commit 951420b

Please sign in to comment.