consul

Configuration

asjard:
  ## Data-related configuration
  stores:
    consul:
      clients:
        default:
          ## address,username,password protected by cipherName
          # address: 127.0.0.1:8500
          # schema: ""
          # pathPrefix: ""
          # datacenter: ""
          # username: ""
          # password: ""
          # waitTime: 0s
          # token: ""
          # namespace: ""
          # partition: ""
          ## Decryption component name
          cipherName: ""
          cipherParams: {}

Use

Last updated