30 lines
872 B
YAML
30 lines
872 B
YAML
# Extra config to override default milvus.yaml
|
|
|
|
|
|
|
|
# minio:
|
|
# address: cmn-prod-rgw.kp0.mci.dev
|
|
# port: 80 # Port of MinIO or S3 service.
|
|
# accessKeyID: llm-dataset-backup-52eb6e7b8ff22
|
|
# secretAccessKey: 0849cb0c7bdb5ce9a5d2d918ae9d7275
|
|
# useSSL: false
|
|
# ssl:
|
|
# tlsCACert: /path/to/public.crt # path to your CACert file
|
|
# bucketName: llm-dataset-backup
|
|
# rootPath: milvus
|
|
# useIAM: false
|
|
# cloudProvider: aws
|
|
# gcpCredentialJSON:
|
|
# iamEndpoint:
|
|
# logLevel: fatal # Log level for aws sdk log. Supported level: off, fatal, error, warn, info, debug, trace
|
|
# region: # Specify minio storage system location region
|
|
# useVirtualHost: false # Whether use virtual host mode for bucket
|
|
# requestTimeoutMs: 10000 # minio timeout for request time in milliseconds
|
|
# listObjectsMaxKeys: 0
|
|
|
|
|
|
common:
|
|
security:
|
|
authorizationEnabled: true
|
|
|