Update config documentation (#6634)
parent
362ebdcbab
commit
ef585037a0
@ -1,158 +1,189 @@ |
||||
{ |
||||
"version": "30", |
||||
"credential": { |
||||
"accessKey": "USWUXHGYZQYFYFFIT3RE", |
||||
"secretKey": "MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03" |
||||
}, |
||||
"region": "us-east-1", |
||||
"worm": "off", |
||||
"storageclass": { |
||||
"standard": "", |
||||
"rrs": "" |
||||
}, |
||||
"cache": { |
||||
"drives": [], |
||||
"expiry": 90, |
||||
"exclude": [], |
||||
"maxuse": 80 |
||||
}, |
||||
"usage": { |
||||
"interval": "3h" |
||||
}, |
||||
"notify": { |
||||
"amqp": { |
||||
"1": { |
||||
"enable": true, |
||||
"url": "amqp://myuser:mypassword@localhost:5672", |
||||
"exchange": "bucketevents", |
||||
"routingKey": "bucketlogs", |
||||
"exchangeType": "fanout", |
||||
"deliveryMode": 0, |
||||
"mandatory": false, |
||||
"immediate": false, |
||||
"durable": false, |
||||
"internal": false, |
||||
"noWait": false, |
||||
"autoDeleted": false |
||||
} |
||||
}, |
||||
"nats": { |
||||
"1": { |
||||
"enable": true, |
||||
"address": "0.0.0.0:4222", |
||||
"subject": "bucketevents", |
||||
"username": "yourusername", |
||||
"password": "yoursecret", |
||||
"token": "", |
||||
"secure": false, |
||||
"pingInterval": 0, |
||||
"streaming": { |
||||
"enable": false, |
||||
"clusterID": "", |
||||
"clientID": "", |
||||
"async": false, |
||||
"maxPubAcksInflight": 0 |
||||
} |
||||
} |
||||
}, |
||||
"elasticsearch": { |
||||
"1": { |
||||
"enable": true, |
||||
"format": "namespace", |
||||
"url": "http://127.0.0.1:9200", |
||||
"index": "bucketevents" |
||||
} |
||||
}, |
||||
"redis": { |
||||
"1": { |
||||
"enable": true, |
||||
"format": "namespace", |
||||
"address": "127.0.0.1:6379", |
||||
"password": "yoursecret", |
||||
"key": "bucketevents" |
||||
} |
||||
}, |
||||
"postgresql": { |
||||
"1": { |
||||
"enable": true, |
||||
"format": "namespace", |
||||
"connectionString": "", |
||||
"table": "bucketevents", |
||||
"host": "127.0.0.1", |
||||
"port": "5432", |
||||
"user": "postgres", |
||||
"password": "mypassword", |
||||
"database": "bucketevents_db" |
||||
} |
||||
}, |
||||
"kafka": { |
||||
"1": { |
||||
"enable": true, |
||||
"brokers": ["localhost:9092"], |
||||
"topic": "bucketevents", |
||||
"tls" : { |
||||
"enable" : true, |
||||
"skipVerify" : false, |
||||
"clientAuth" : 0 |
||||
}, |
||||
"sasl" : { |
||||
"enable" : true, |
||||
"username" : "kafka", |
||||
"password" : "kafkapasswd" |
||||
} |
||||
} |
||||
}, |
||||
"webhook": { |
||||
"1": { |
||||
"enable": true, |
||||
"endpoint": "http://requestb.in/1525x9n1" |
||||
} |
||||
}, |
||||
"mysql": { |
||||
"1": { |
||||
"enable": true, |
||||
"format": "namespace", |
||||
"dsnString": "", |
||||
"table": "minio_images", |
||||
"host": "172.17.0.1", |
||||
"port": "3306", |
||||
"user": "root", |
||||
"password": "password", |
||||
"database": "miniodb" |
||||
} |
||||
}, |
||||
"mqtt": { |
||||
"1": { |
||||
"enable": false, |
||||
"broker": "tcp://localhost:1883", |
||||
"topic": "minio", |
||||
"qos": 1, |
||||
"clientId": "minio", |
||||
"username": "", |
||||
"password": "" |
||||
} |
||||
} |
||||
}, |
||||
"logger": { |
||||
"console": { |
||||
"enabled": true |
||||
}, |
||||
"http": { |
||||
"1": { |
||||
"enabled": false, |
||||
"endpoint": "" |
||||
} |
||||
} |
||||
}, |
||||
"openid": { |
||||
"jwks": { |
||||
"url": "" |
||||
} |
||||
}, |
||||
"policy": { |
||||
"opa": { |
||||
"url": "", |
||||
"authToken": "" |
||||
} |
||||
} |
||||
"version": "31", |
||||
"credential": { |
||||
"accessKey": "36J9X8EZI4KEV1G7EHXA", |
||||
"secretKey": "ECk2uqOoNqvtJIMQ3WYugvmNPL_-zm3WcRqP5vUM", |
||||
"expiration": "1970-01-01T00:00:00Z", |
||||
"status": "enabled" |
||||
}, |
||||
"region": "", |
||||
"worm": "off", |
||||
"storageclass": { |
||||
"standard": "", |
||||
"rrs": "" |
||||
}, |
||||
"cache": { |
||||
"drives": [], |
||||
"expiry": 90, |
||||
"maxuse": 80, |
||||
"exclude": [] |
||||
}, |
||||
"kms": { |
||||
"vault": { |
||||
"endpoint": "", |
||||
"auth": { |
||||
"type": "", |
||||
"approle": { |
||||
"id": "", |
||||
"secret": "" |
||||
} |
||||
}, |
||||
"key-id": { |
||||
"name": "", |
||||
"version": 0 |
||||
} |
||||
} |
||||
}, |
||||
"notify": { |
||||
"amqp": { |
||||
"1": { |
||||
"enable": false, |
||||
"url": "", |
||||
"exchange": "", |
||||
"routingKey": "", |
||||
"exchangeType": "", |
||||
"deliveryMode": 0, |
||||
"mandatory": false, |
||||
"immediate": false, |
||||
"durable": false, |
||||
"internal": false, |
||||
"noWait": false, |
||||
"autoDeleted": false |
||||
} |
||||
}, |
||||
"elasticsearch": { |
||||
"1": { |
||||
"enable": false, |
||||
"format": "", |
||||
"url": "", |
||||
"index": "" |
||||
} |
||||
}, |
||||
"kafka": { |
||||
"1": { |
||||
"enable": false, |
||||
"brokers": null, |
||||
"topic": "", |
||||
"tls": { |
||||
"enable": false, |
||||
"skipVerify": false, |
||||
"clientAuth": 0 |
||||
}, |
||||
"sasl": { |
||||
"enable": false, |
||||
"username": "", |
||||
"password": "" |
||||
} |
||||
} |
||||
}, |
||||
"mqtt": { |
||||
"1": { |
||||
"enable": false, |
||||
"broker": "", |
||||
"topic": "", |
||||
"qos": 0, |
||||
"clientId": "", |
||||
"username": "", |
||||
"password": "", |
||||
"reconnectInterval": 0, |
||||
"keepAliveInterval": 0 |
||||
} |
||||
}, |
||||
"mysql": { |
||||
"1": { |
||||
"enable": false, |
||||
"format": "", |
||||
"dsnString": "", |
||||
"table": "", |
||||
"host": "", |
||||
"port": "", |
||||
"user": "", |
||||
"password": "", |
||||
"database": "" |
||||
} |
||||
}, |
||||
"nats": { |
||||
"1": { |
||||
"enable": false, |
||||
"address": "", |
||||
"subject": "", |
||||
"username": "", |
||||
"password": "", |
||||
"token": "", |
||||
"secure": false, |
||||
"pingInterval": 0, |
||||
"streaming": { |
||||
"enable": false, |
||||
"clusterID": "", |
||||
"clientID": "", |
||||
"async": false, |
||||
"maxPubAcksInflight": 0 |
||||
} |
||||
} |
||||
}, |
||||
"postgresql": { |
||||
"1": { |
||||
"enable": false, |
||||
"format": "", |
||||
"connectionString": "", |
||||
"table": "", |
||||
"host": "", |
||||
"port": "", |
||||
"user": "", |
||||
"password": "", |
||||
"database": "" |
||||
} |
||||
}, |
||||
"redis": { |
||||
"1": { |
||||
"enable": false, |
||||
"format": "", |
||||
"address": "", |
||||
"password": "", |
||||
"key": "" |
||||
} |
||||
}, |
||||
"webhook": { |
||||
"1": { |
||||
"enable": false, |
||||
"endpoint": "" |
||||
} |
||||
} |
||||
}, |
||||
"logger": { |
||||
"console": { |
||||
"enabled": true |
||||
}, |
||||
"http": { |
||||
"target1": { |
||||
"enabled": false, |
||||
"endpoint": "https://username:password@example.com/api" |
||||
} |
||||
} |
||||
}, |
||||
"compress": { |
||||
"enabled": false, |
||||
"extensions": [ |
||||
".txt", |
||||
".log", |
||||
".csv", |
||||
".json" |
||||
], |
||||
"mime-types": [ |
||||
"text/csv", |
||||
"text/plain", |
||||
"application/json" |
||||
] |
||||
}, |
||||
"openid": { |
||||
"jwks": { |
||||
"url": null |
||||
} |
||||
}, |
||||
"policy": { |
||||
"opa": { |
||||
"url": null, |
||||
"authToken": "" |
||||
} |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue