Revert 'Update 10-generate-config.sh' [nobuild]

This commit is contained in:
GitHub Actions
2025-07-17 12:11:37 +00:00
parent f05f10a18d
commit dc9792606d

View File

@@ -53,26 +53,13 @@ db:
password: ${DB_PASS} password: ${DB_PASS}
s3: s3:
are_local_buckets: true are_local_buckets: true
b2-eu-cen: b2-eu-cen:
key: $MINIO_USER key: ${MINIO_USER}
secret: $MINIO_PASS secret: ${MINIO_PASS}
endpoint: localhost:3200 endpoint: localhost:3200
region: eu-central-2 region: eu-central-2
bucket: b2-eu-cen bucket: ${S3_BUCKET}
wasabi-eu-central-2-v3:
key: $MINIO_USER
secret: $MINIO_PASS
endpoint: localhost:3200
region: eu-central-2
bucket: wasabi-eu-central-2-v3
compliance: false
scw-eu-fr-v3:
key: $MINIO_USER
secret: $MINIO_PASS
endpoint: localhost:3200
region: eu-central-2
bucket: scw-eu-fr-v3
EOF EOF
bashio::log.info "Generated $CFG" bashio::log.info "Generated $CFG"