qrm2
qrm2 copied to clipboard
We need a new config/secrets system
possible idea: have some wrapper around options.py that ensures the values exist, and if not, automatically falls back to the template/default, but it's invisible to the code (i.e. not .get())
did some research on this, looks like there is no library out there now that fits our needs. I'd recommend we build something that's pydantic/yaml/json-based. maybe make it a library or something @0x5c
lincolnloop/goodconf might be a good inspiration for some parts (pydantic, generating default config files, etc)