2.0.2 • Published 7 years ago

le-store-consul v2.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

le-store-consulSponsored 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"
})
ParameterDescriptionDefault
hostHostname of consul server"localhost"
portPort of consul server8500
secureAccess consul via HTTPSfalse
caarray of strings or buffers of trusted certificates in PEM formatnull
basekeyFirst part of consul key"greenlock"

Copyright

Copyright 2017Sebastian Software GmbH