# Variables
InitConf is a table of global config options.
# Structs
Config is used to store all the configuration settings, `config`, in a thread-safe API.
DynamicProperties is used for dynamic values written in murex.
GoFuncProperties are used for dynamic values written in Go.
Properties is the Config defaults and descriptions.