Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 375 Bytes

settings.rst

File metadata and controls

10 lines (8 loc) · 375 Bytes

Settings

Default values for some in-toto CLI/API arguments are defined in global variables of the in_toto.settings module. Historically, configuration required modifying these globals directly in source code or at runtime. This method is discouraged. Instead, CLI/API arguments should be used.

Note

The global DEBUG can only be configured directly.