🔧 change minio port

This commit is contained in:
auricom
2022-11-22 23:32:01 +01:00
parent 4bb5eddfdf
commit 35ff2a1a06
8 changed files with 9 additions and 130 deletions

View File

@@ -33,7 +33,7 @@ sharry.restserver {
minio =
{ enabled = true
type = "s3"
endpoint = "https://truenas.${SECRET_DOMAIN}:9000"
endpoint = "https://truenas.${SECRET_DOMAIN}:51515"
access-key = "${SECRET_SHARRY_MINIO_S3_ACCESS_KEY}"
secret-key = "${SECRET_SHARRY_MINIO_S3_SECRET_KEY}"
bucket = "sharry"