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
Tyler Perkins d5687ad289
All checks were successful
continuous-integration/drone/push Build is passing
Add yaml configuration
2023-03-19 18:45:16 -04:00

8 lines
126 B
Python

# Load configuration file
#
import envyaml
import os
config = envyaml.EnvYAML(os.environ.get('CONFIG_PATH', 'config.yaml'))