SettingsConfigΒΆ
Defined in dccd.daemon.config
- class SettingsConfig(*, data_path='./data/crypto', timezone='local')[source]
Bases:
BaseModelGlobal local settings shared by the daemon and the backfill command.
- Parameters:
- data_pathstr
Root directory for all local data files. Default
'./data/crypto'.- timezonestr
Timezone used to interpret date strings and label output files.
'local'(default) uses the system timezone,'UTC'uses UTC, any other value is an IANA name (e.g.'Europe/Paris').