Add configuration loader

This commit is contained in:
allegroai
2021-01-05 16:44:31 +02:00
parent f4ead86449
commit e24389fda9
53 changed files with 60 additions and 53 deletions

View File

@@ -25,7 +25,7 @@ from apiserver.apimodels.workers import (
)
from apiserver.bll.util import extract_properties_to_lists
from apiserver.bll.workers import WorkerBLL
from apiserver.config import config
from apiserver.config_repo import config
from apiserver.service_repo import APICall, endpoint
log = config.logger(__file__)