marquesafonso's picture
added project files
748e637
raw
history blame
153 Bytes
import yaml
def api_configs(config_file):
with open(config_file, 'r') as f:
db_config = yaml.safe_load(f)
return db_config["api_config"]