Hansimov's picture
:gem: [Feature] DataProxyAPI: cache images
8c73651
raw
history blame
296 Bytes
from pathlib import Path
from tclogger import OSEnver
configs_root = Path(__file__).parents[1] / "configs"
envs_path = configs_root / "envs.json"
ENVS_ENVER = OSEnver(envs_path)
DATA_PROXY_APP_ENVS = ENVS_ENVER["data_proxy_app"]
CACHE_ROOT = Path(__file__).parents[1] / ENVS_ENVER["cache_root"]