All Downloads are FREE. Search and download functionalities are using the official Maven repository.

encga.opencga-client.3.2.1.source-code.client-configuration.yml Maven / Gradle / Ivy

The newest version!
---
logLevel: "INFO"

# Number of seconds that session remains open without any activity [10 min]
#cliSessionDuration: 600

## REST client configuration options
rest:
  hosts:
    - name: "opencga"
      url: "${OPENCGA.CLIENT.REST.HOST}"
  defaultHostIndex: 0
  tokenAutoRefresh: true
  tlsAllowInvalidCertificates: false
  query:
    batchSize: 200
    limit: 2000


## gRPC configuration options
grpc:
  host: "${OPENCGA.CLIENT.GRPC.HOST}"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy