This repository has been archived on 2024-11-23. You can view files and clone it, but cannot push or open issues or pull requests.
Meme-service/src/config.py

8 lines
126 B
Python
Raw Normal View History

2023-03-19 22:45:16 +00:00
# Load configuration file
#
import envyaml
import os
config = envyaml.EnvYAML(os.environ.get('CONFIG_PATH', 'config.yaml'))