Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IClientOptions

IClientOptions are the options you can pass into the client.

Hierarchy

  • IClientOptions

Index

Properties

Optional dbFolder

dbFolder: undefined | string

Optional dbLogLevel

dbLogLevel: "error" | "warn" | "info" | "http" | "verbose" | "debug" | "silly"

Optional host

host: undefined | string

Optional inMemoryDb

inMemoryDb: undefined | false | true

Optional logLevel

logLevel: "error" | "warn" | "info" | "http" | "verbose" | "debug" | "silly"

Generated using TypeDoc