Skip to content

sebastian-software/le-store-consul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Greenlock store interface for Consul

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published