Closed reecewayt closed 3 weeks ago
It just occurred to me that a .env file might be the more natural approach for this. That would allow use to have a file where we specify values, but those values could also be overridden by env vars.
Oh good call, I'll look into using .env files then.
I'd definitely vote for anything that's not json.
Issue done. See .env in the root directory and CacheConfig class for details (src/config/cache_config.py
)
Issue done. See .env in the root directory and CacheConfig class for details (src/config/cache_config.py)
These settings in a json file config.json . It can be used to update or change attributes of our cache classes.