0.1.2 • Published 6 years ago

botkit-storage-consul v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

README

A storage for botkit as consul backend.

import * as botkit from "botkit";
import { ConsulStorage } from "botkit-storage-consul";

botkit.slackbot({
  storage: ConsulStorage({consul_url: process.env.CONSUL_URL}),
  ...
  • consul_url is endpoint of consul. The default is http://localhost:8500.
  • kv_root is the root path of consul KV which this storage uses.
0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago