Config
- Config object
flows object (Default: {}) ○ A mapping of IDs to flows.
recipes object (Default: {}) ○ A mapping of IDs to recipes.
triggers object (Default: {}) ○ A mapping of IDs to triggers.
settings object (Default: None)
default flow string | null ○ The name of the default flow to run when no flow is specified.
dot_env object (Default: None) ○ Controls loading of .env files using python-dotenv.
load boolean (Default: True) ○ If true, load environment variables from the file.
file string (Default: '.env') ○ Path to the .env file to load, relative to the config file.
timestamps object (Default: None)
sub second digits integer (Default: 0) ○ The number of sub-second digits to show in timestamps (0-6).
include date boolean (Default: False) ○ If true, include the date (YYYY-MM-DD) in timestamps.