General-API/src/config.py

6 lines
111 B
Python

from envyaml import EnvYAML
import os
def getConfig():
return EnvYAML(os.getenv("CONFIG", "config.yaml"))