feat(worker): load config using shared helpers
BREAKING CHANGE: The worker `RMQ_CONFIG_FILE` environement variable has been renamed to `LIBRETIME_CONFIG_FILEPATH`. In addition the systemd working directory for the worker has changed from `/srv/airtime` to `/var/lib/libretime/worker`.
This commit is contained in:
parent
d42615eb6a
commit
9b6d657fd6
7 changed files with 29 additions and 36 deletions
|
@ -2,7 +2,7 @@ all: lint
|
|||
|
||||
include ../tools/python.mk
|
||||
|
||||
PIP_INSTALL := --editable .
|
||||
PIP_INSTALL := --editable .[dev]
|
||||
PYLINT_ARG := libretime_worker || true
|
||||
MYPY_ARG := libretime_worker || true
|
||||
BANDIT_ARG := libretime_worker || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue