wireman-config 0.5.0

Config for wireman
Documentation

Configuration module for WireMan.

This module provides functionality for defining and reading the configuration for WireMan. The config file is read from a JSON file to customize WireMan.

The config contains:

  • includes: A list of include directories for gRPC.
  • files: A list of .proto files to include.
  • server
    • default_address: The default address of the gRPC server.
    • default_auth_header: The default authentication header.
  • history
    • directory: The folder path where the history should be kept