1
0

upd: remove default endpoint value

This commit is contained in:
Marie
2025-03-28 05:40:59 +01:00
parent a35bfa9f1a
commit 137cb430b5
+1 -1
View File
@@ -22,7 +22,7 @@ export class BunnyService {
@bindThis
public getBunnyInfo(meta: MiMeta) {
return {
endpoint: meta.objectStorageEndpoint ?? 'example.net',
endpoint: meta.objectStorageEndpoint ?? '',
accessKey: meta.objectStorageSecretKey ?? '',
zone: meta.objectStorageBucket ?? '',
prefix: meta.objectStoragePrefix ?? '',