le-store-consul

2.0.2 • Public • Published

le-store-consul
Sponsored by Version Downloads Dependencies Build Status

Greenlock store interface for Consul

Usage

See documentation of Greenlock first!

const leStore = require("le-store-consul").create({
  host: "localhost",
  port: 8500,
  secure: false,
  ca: null,
  basekey: "greenlock"
})
Parameter Description Default
host Hostname of consul server "localhost"
port Port of consul server 8500
secure Access consul via HTTPS false
ca array of strings or buffers of trusted certificates in PEM format null
basekey First part of consul key "greenlock"

Copyright

Sebastian Software GmbH Logo

Copyright 2017
Sebastian Software GmbH

Package Sidebar

Install

npm i le-store-consul

Weekly Downloads

3

Version

2.0.2

License

MIT

Last publish

Collaborators

  • fastner