Expand description
Command line and environment variable settings for the service
Modulesยง
- cassandra_
db ๐Command line and environment variable settings for the service - chain_
follower ๐Command line and environment variable settings for the service - str_
env_ ๐var Processing for String Environment Variables
Structsยง
- Docs
Settings ๐Settings specifiesOpenAPI
docs generation. - EnvVars ๐All the
EnvVars
used by the service. - Service
Settings ๐Settings for the application. - Settings ๐Our Global Settings for this running service.
Constantsยง
- ADDRESS_
DEFAULT ๐Default address to start service on. - Default
API_HOST_NAME/S
used in production. This can be a single hostname, or a list of them. - Default
API_URL_PREFIX
used in development. - Default
CHECK_CONFIG_TICK
used in development. - Default
CLIENT_ID_KEY
used in development. - EVENT_
DB_ ๐URL_ DEFAULT Default Event DB URL. - Default Github issue template to use
- Default Github repo name
- Default Github repo owner
- Default
METRICS_FOLLOWER_INTERVAL
. - Default
METRICS_MEMORY_INTERVAL
. - Default number of slots used as overlap when purging Live Index data.
Staticsยง
- ENV_
VARS ๐Handle to the mithril sync thread. One for each Network ONLY. - SERVICE_
SETTINGS ๐All Settings/Options for the Service.
Functionsยง
- Hash the Public IPv4 and IPv6 address of the machine, and convert to a 128 bit V4 UUID.
- Transform a string list of host names into a vec of host names. Default to the service address if none specified.