Move config.py to common/config.py

This commit is contained in:
mprahl
2020-01-03 16:24:17 -05:00
parent 5671ae0827
commit 98b54d211e
26 changed files with 112 additions and 88 deletions

View File

@@ -185,8 +185,9 @@ Logging
-------
If you're running module_build_service from scm, then the DevConfiguration
from ``conf/config.py`` which contains ``LOG_LEVEL=debug`` should get applied. See
more about it in ``module_build_service/config.py``, ``app.config.from_object()``.
from ``module_build_service/common/config.py`` which contains ``LOG_LEVEL=debug`` should get
applied. See more about it in ``module_build_service/common/config.py``,
``app.config.from_object()``.
Environment
-----------