Julius Unverfehrt 499c501acf feat(opentel,dynaconf): adapt new pyinfra
Also changes logging to knutils logging.
2024-02-09 09:47:31 +01:00

7 lines
193 B
Python

from pathlib import Path
from pyinfra.config.loader import load_settings
local_root_path = Path(__file__).parents[1]
CONFIG = load_settings(root_path=local_root_path, settings_path="config")